Build failed with version 1.5.4
See original GitHub issueHi,
I built a Cordova project for Android platform yesterday using plugin version 1.5.3
: everything worked fine. This morning build process fails, the only difference is the new version of this plugin used, today I’m using 1.5.4
(released yesterday).
* What went wrong:
A problem occurred configuring root project 'android'.
> Jack is required to support java 8 language features. Either enable Jack or remove sourceCompatibility JavaVersion.VERSION_1_8.
I think the issue is with the new version, due to your comment inside the release notes: Removed Jackass
v1.5.4.
System info (by Ionic)
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0
global packages:
cordova (Cordova CLI) : 7.1.0
local packages:
Cordova Platforms : android 6.3.0
Ionic Framework : ionic1 ^1.3.5
System:
ios-deploy : 1.8.6
ios-sim : 5.0.8
Node : v9.8.0
npm : 5.8.0
OS : macOS High Sierra
Xcode : Xcode 9.3 Build version 9E145
Environment Variables:
ANDROID_HOME : /Applications/Android Studio.app/sdk
Misc:
backend : pro
Let me know if you need more info to understand the issue. Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:24 (1 by maintainers)
Top Results From Across the Web
Getting error while running `react-native run-android`
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction > The minCompileSdk ( ...
Read more >Gradle build error with SparkMax library - Java - Chief Delphi
Hi everyone! We're trying to get our code going, but whenever we build our code, it gives this error: Task :extractTestJNI FAILED Dependency ......
Read more >Android Gradle plugin release notes - Android Developers
If the specified plugin version has not been downloaded, Gradle downloads it the next time you build your project or click File >...
Read more >Upgrading your build from Gradle 4.x to 5.0
If you are using Gradle for Android, you need to move to version 3.3 or higher of both the Android Gradle Plugin and...
Read more >VMware Tanzu Kubernetes Grid 1.6 Release Notes
Default is NodePort . Management cluster create fails or performance slow with older NSX-T versions and Photon 3 or Ubuntu with Linux kernel...
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
So you created a breaking change on a patch release?
Just pin to an older version of the plugin for now.
See #108.