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
you can add:
lintOptions {
disable 'InvalidPackage'
}
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-hockeyapp:lint'.
> Lint found errors in the project; aborting build.
Fix the issues identified by lint, or add the following to your build script to proceed with errors:
...
android {
lintOptions {
abortOnError false
}
}
../../../../../../../.m2/repository/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
The text was updated successfully, but these errors were encountered:
you can add:
lintOptions {
disable 'InvalidPackage'
}
../../../../../../../.m2/repository/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
The text was updated successfully, but these errors were encountered: