Fix compatibility w/ other plugins due to android-support-v4.jar
See original GitHub issueIn order to work w/ other plugins which uses android-support-v4 as well such as Facebook and Push Notifications it is recommended to replace
<lib-file src="libs/android/android-support-v4.jar" />
with
<framework src="com.android.support:support-v4:+" />
For more details: https://github.com/phonegap-build/PushPlugin/issues/492
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
android-support-v4.jar isn't importing correctly in Eclipse
Right click on ur project --> select android tools --> select add support library and simply installed the supporting libraries ...
Read more >Support Library Packages - Android Developers
The Android Support Library contains several library packages that can be included in your application. Each of these libraries supports a specific range...
Read more >IOException: android-support-v4.jar already exists
FOUND SOLOTION (WELL, IT WORKS...): I just removed android-support-v4.jar from Assets\Plugins\Android and it started working. Comment.
Read more >Diff - 848e872^! - platform/sdk - Git at Google
ADT fix: support Compatibility library in NPW This fixes the NPW so that it ... diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide ...
Read more >Firebase Android SDK Release Notes - Google
Fixed an issue in waitForPendingWrites() that could lead to a ... The Firebase Authentication Android library now works on devices without Google Play ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, just extending @sgrebnov comment, I had the plugin installed and my app was not compiling on android for exactly this problem. The solution was
/project_dir/plugins/de.appplant.cordova.plugin.local-notification/plugin.xml
line 136 where you should findand change it for
Has been fixed in the meantime.