-
Notifications
You must be signed in to change notification settings - Fork 1.9k
App crash after Android Studio 2.1.1 update #911
Comments
I got the same error, exactly the same behaviour
|
Hi, I fixed the issue by removing the support of v4 in
this file in my case already contains an other version of support
I think the If some one can help and explain to me how the |
Thank you by your emergency solution!This works in my app now. Is project.properties file generated by Cordova? |
Duplicate of #909 but thanks for the detailed logs. |
I've managed to "downgrade" android suport-v4 lib to 23.* version with following steps: After these steps I've clean android build folder and build project again. It works fine after these steps. |
Sure |
I also managed to force downgrading the library by adding the following build-extras.gradle into platforms/android: configurations.compile { |
This thread has been automatically locked. |
App crash when compiled with last version of Android Studio 2.1.1
I just update the Android Studio, then the trouble starts.
No crashes if no calls to function.
Same code of before, just run a new compilation
ADB logcat:
Steps to Reproduce
Android 4.1.2
Motorola Razr i (XT890)
Cordova CLI version and cordova platform version
Plugin version 1.6.3
The text was updated successfully, but these errors were encountered: