Gaurav Vashisth

Results 3 comments of Gaurav Vashisth

Hi all I tried to generate .so files myself but failed so used the puelocesar's repo, but i need to use png images. I guess would have to add some...

We get this same problem with Picasso. ``` @Override public void onBindViewHolder(final ViewHolder holder, int position) { DemoEntity demoEntity = demoList.get(position); holder.textView.setText(demoEntity.text); long time = System.currentTimeMillis(); loadImage(holder, demoEntity); Log.d("LOGTAG", "time...

When I try to upload a .aab file I get this error. ``` File "/Users/XYZ/Library/Python/2.7/lib/python/site-packages/googleapiclient/discovery.py", line 814, in method raise UnacceptableMimeTypeError(media_mime_type) googleapiclient.errors.UnacceptableMimeTypeError: application/x-authorware-bin ```