You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having problems building my cordova project due to the issue below:
`BUILD FAILED in 1s
(node:3680) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /Users/jakeknowles/Sites/trent-700/mobile/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not resolve project :com.flyingsoftgames.xapkreader:library.
Required by:
project :app > 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.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.`
I have tried downgrading to Cordova 6.5
Does anyone have any insight to the problem
Thanks
Cordova 8.0, Cordova Android 6.4
The text was updated successfully, but these errors were encountered:
I had to edit the xapkreader.xml in the following places platforms/android/app/src/main/res/values/xapkreader.xml and plugins/com.flyingsoftgames.xapkreader/res/values/xapkreader.xml
The file seemed to be missing all the strings required for it to work - so after some digging i found the names and populated with what was required. Example below:
HI,
Im having problems building my cordova project due to the issue below:
`BUILD FAILED in 1s
(node:3680) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /Users/jakeknowles/Sites/trent-700/mobile/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.`
I have tried downgrading to Cordova 6.5
Does anyone have any insight to the problem
Thanks
Cordova 8.0, Cordova Android 6.4
The text was updated successfully, but these errors were encountered: