Not getting sqlite3.hwp in app

Please post anything related to the Hollywood APK Compiler here
Post Reply
zenzizenzizenzic
Posts: 28
Joined: Fri Mar 15, 2019 2:35 pm

Not getting sqlite3.hwp in app

Post by zenzizenzizenzic »

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!
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Not getting sqlite3.hwp in app

Post by airsoftsoftwair »

Can you send me the APK so I can take a look?
zenzizenzizenzic
Posts: 28
Joined: Fri Mar 15, 2019 2:35 pm

Re: Not getting sqlite3.hwp in app

Post by zenzizenzizenzic »

Files emailed
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Not getting sqlite3.hwp in app

Post by airsoftsoftwair »

Thanks, the plugins aren't in them. Maybe it's because your Android Studio and Gradle version is outdated. According to the docs, the Hollywood APK Compiler requires at least Android Studio 3.5 and Gradle 5.6.2. You seem to be on Android Studio 3.4 and Gradle 5.1.1.

So please update these components first. Make sure not to use newer Gradle versions though! You can use the latest Android Studio (4.0.1) but you must not use any other version of Gradle than 5.6.2.

Also, before rebuilding your project, always clean the build folders by clicking "Clean current target" in the APK Compiler GUI.
zenzizenzizenzic
Posts: 28
Joined: Fri Mar 15, 2019 2:35 pm

Re: Not getting sqlite3.hwp in app

Post by zenzizenzizenzic »

Thanks! Now getting passed that, but for some reason the Windows version isn't seeing the XML file. Will bash my head on that, but not today.
Post Reply