Not getting sqlite3.hwp in app
Posted: Sun Aug 02, 2020 3:08 pm
I've managed to get the Compiler (3.2) and Android Studio (3.4) to work. Have compiled my program, but when it runs on my Androd devices, I get "This program requires sqlite3.hwp!" error message. I have added the sqlite from the webisite to the plugins folders for the compiler, and have the check box checked for linking. What else am I missing? In case it may help, I've attached the compile output.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> org.gradle.api.file.ProjectLayout.fileProperty(Lorg/gradle/api/provider/Provider;)Lorg/gradle/api/file/RegularFileProperty;
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.5.1/userguide ... e_warnings
BUILD FAILED in 1s
> Task :app:compileArm7DebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm7Debug
Build hollywoodjavaglue armeabi-v7a
ninja: no work to do.
> Task :app:compileArm8DebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm8Debug
Build hollywoodjavaglue arm64-v8a
ninja: no work to do.
> Task :app:compileArm7ReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm7Release
Build hollywoodjavaglue armeabi-v7a
ninja: no work to do.
> Task :app:compileArm8ReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm8Release
Build hollywoodjavaglue arm64-v8a
ninja: no work to do.
> Task :app:lint
Ran lint on variant arm8Debug: 42 issues found
Ran lint on variant arm7Debug: 42 issues found
Ran lint on variant arm8Release: 42 issues found
Ran lint on variant arm7Release: 42 issues found
Wrote HTML report to file:///C:/Users/Me/AppData/Local/AirsoftSoftwair/APKCompiler/com.zenzizenzizenzic.test1/app/build/reports/lint-results.html
Wrote XML report to file:///C:/Users/Me/AppData/Local/AirsoftSoftwair/APKCompiler/com.zenzizenzizenzic.test1/app/build/reports/lint-results.xml
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide ... e_warnings
BUILD SUCCESSFUL in 1m 0s
122 actionable tasks: 116 executed, 6 up-to-date
Press any key to continue . . .
Thank you!
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> org.gradle.api.file.ProjectLayout.fileProperty(Lorg/gradle/api/provider/Provider;)Lorg/gradle/api/file/RegularFileProperty;
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.5.1/userguide ... e_warnings
BUILD FAILED in 1s
> Task :app:compileArm7DebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm7Debug
Build hollywoodjavaglue armeabi-v7a
ninja: no work to do.
> Task :app:compileArm8DebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm8Debug
Build hollywoodjavaglue arm64-v8a
ninja: no work to do.
> Task :app:compileArm7ReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm7Release
Build hollywoodjavaglue armeabi-v7a
ninja: no work to do.
> Task :app:compileArm8ReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\Me\AppData\Local\AirsoftSoftwair\APKCompiler\com.zenzizenzizenzic.test1\app\src\main\java\RapaGUI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildArm8Release
Build hollywoodjavaglue arm64-v8a
ninja: no work to do.
> Task :app:lint
Ran lint on variant arm8Debug: 42 issues found
Ran lint on variant arm7Debug: 42 issues found
Ran lint on variant arm8Release: 42 issues found
Ran lint on variant arm7Release: 42 issues found
Wrote HTML report to file:///C:/Users/Me/AppData/Local/AirsoftSoftwair/APKCompiler/com.zenzizenzizenzic.test1/app/build/reports/lint-results.html
Wrote XML report to file:///C:/Users/Me/AppData/Local/AirsoftSoftwair/APKCompiler/com.zenzizenzizenzic.test1/app/build/reports/lint-results.xml
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide ... e_warnings
BUILD SUCCESSFUL in 1m 0s
122 actionable tasks: 116 executed, 6 up-to-date
Press any key to continue . . .
Thank you!