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:
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~~