I have these log errors when running my application:
> 05-20 01:48:35.312: E/AndroidRuntime(23032): FATAL EXCEPTION: main 05-20 01:48:35.312: E/AndroidRuntime(23032): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tomsyweb.suna/com.tomsyweb.suna.MainActivity}: android.view.InflateException: Binary XML file line
And the problem arose immediately after installing Android SDK Tools Rev. 22, Android SDK Build-tools and updates to Google Play services.
While with this error
Called: java.lang.NoClassDefFoundError: android.support.v4.util.SparseArrayCompat
and noting that Javadoc is not available for all imports of "android.support.v4"
Note. This element did not connect the source or add Javadoc, and therefore, Javadoc was not found.
the problem is probably related to the android support library.
We hope that all this information will help you find a solution.
android android-support-library
tsil May 20 '13 at 2:33 am
source share