-
Notifications
You must be signed in to change notification settings - Fork 17
xapkreader PLUGIN: FAILED TO BUILD #17
Description
Hi,
I have a PhoneGap App, and I’m using PhoneGap Build. Recently I wanted to add an APK expansion of my file, since my App size > 50MB.
Apparently PhoneGap Build doesn’t have a plugin to manage an APK expansion file for android I was forced to use cordova CLI because there is a plugin called xapkreader.
Now I am using cordova CLI, My App is well compiled and everything going well. Now I added this plugin and it is fine. The problems begin when I reference the 2 libraries Downloader Library and APK Expansion Zip Library.
In fact, the problem is when I compile my App (cordova build android) I have the issue:
BUILD FAILED
C:\Users\VAIO\Desktop\android\tools\ant\build.xml:577: Failed to resolve library path: C:\Users\VAIO\Desktop\android/extras/google/play_licensing\library
- First, in my SDK i don’t have /extras/google/market_apk_expansion/downloader_library/ as the document say, but I have \extras\google\play_apk_expansion\downloader_sample
Same, i don’t have /extras/google/market_licensing/ but I have \extras\google\play_licensing
I open my sdk manager, all API and extras are updated. - Instead of that, If I use these references and I added to my application like the following:
android update project --path C:\BeirutMuseumV2\platforms\android --library C:\Users\VAIO\Desktop\android\extras\google\play_licensing --library C:\Users\VAIO\Desktop\android\extras\google\play_apk_expansion\downloader_library
And If I open my project.propreties I found the 2 lines :
android.library.reference.2=C:\Users\VAIO\Desktop\android/extras/google/play_licensing\library
android.library.reference.3=C:\Users\VAIO\Desktop\android/extras/google\play_apk_expansion\downloader_library
so when I compile my App I have the issue: BUILD FAILED
C:\Users\VAIO\Desktop\android\tools\ant\build.xml:577: Failed to resolve library path: C:\Users\VAIO\Desktop\android/extras/google/play_licensing\library
Please can I have an idea because it is urgent
Thanks