-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issues #128
Comments
I might have seen someone write about this issue before, but I don't
know/remember how you would fix it.
…On Tue, Jun 12, 2018, 6:23 PM Danny Navarro ***@***.***> wrote:
I'm getting the build error “
Could not resolve all task dependencies for configuration
':debugCompileClasspath'.
Could not resolve project :com.flyingsoftgames.xapkreader:library.
Required by:
project : > project :com.flyingsoftgames.xapkreader:downloader_library
> Project :com.flyingsoftgames.xapkreader:downloader_library declares a
dependency from configuration 'debugCompile' to configuration 'debug' which
is not declared in the descriptor for project
:com.flyingsoftgames.xapkreader:library.
“
Here’s what I’ve tried:
• Creating a test Ionic project
• Creating a test Cordova project
• Downgrading to Cordova 6.5
• Trying the patch mentioned in the plugin ‘test project instructions’
Add this to /platforms/android/project.properties:
android.library.reference.2=../../plugins/com.flyingsoftgames.xapkreader/android-sdk/extras/google/play_apk_expansion/downloader_library
• Applying the patches described here
<#116>
• Building as ‘release’ vs debug
Does anybody have insight?
Cordova 8.0, Cordova Android 6.4
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#128>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADFJWDKdjmHlntYmtxyjcJSB0nE9Ggc-ks5t8D9IgaJpZM4UlP2Y>
.
|
Also getting this after downloading the project today to try and use it |
… On Tue, Jun 12, 2018, 8:18 PM lfwells ***@***.***> wrote:
Also getting this after downloading the project today to try and use it
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADFJWEADIAPpkaLXSV7Dn8E5fFIC1BQhks5t8FpxgaJpZM4UlP2Y>
.
|
Hello, Do the Cordova 6.5 installation instructions hold for more recent versions of Cordova? They differ from those mentioned in the plugin's ‘test project instructions’. Thanks. |
The test project instructions are old and probably doesn't work anymore. |
I'm getting the build error “
Here’s what I’ve tried:
• Creating a test Ionic project
• Creating a test Cordova project
• Downgrading to Cordova 6.5
• Trying the patch mentioned in the plugin ‘test project instructions’
• Applying the patches described here
• Building as ‘release’ vs debug
Does anybody have any insight into the problem? Thanks in advance.
Cordova 8.0, Cordova Android 6.4
The text was updated successfully, but these errors were encountered: