loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Cannot run in Android Studio? #29

Open pcctw168 opened 11 years ago

pcctw168 commented 11 years ago

I can run in Eclipse but I cannot run it in Android Studio. (the same code) I think it's not import library problem because I can run "Asynchronous Http Client for Android" and others in Android Studio, of course I had opened internet permission. In LogCat, it seems xml problem but I don't know how to solve. Here are my xml code:

< com.loopj.android.image.SmartImageView android:id="@+id/my_image" android:layout_width="wrap_content" android:layout_height="wrap_content" />

Does anyone have this situation? Thanks~~

android_debug_monitor

alicanbatur commented 10 years ago

Same issue. I'm searching for solution.

FranzGQ commented 10 years ago

Same issue too.

alicanbatur commented 10 years ago

This wont work in Android Studio because, there is no support for gradle. Btw, Android Std uses gradle.