私は Beeware 経由でモバイル アプリケーションを作成しています。コード部分が完成したので、Android をビルドする必要があります。だから私は、と入力し
briefcase build android
ました。プロセスは問題なく開始されますが、例外でエラーが発生します。
以下は、Anaconda Prompt からのコンソール出力です。
(base) C:\Users\User\Sample\Techpi\Techpi>briefcase build android
[Hello_world] Building Android APK...
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the User Manual chapter on the daemon at https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html
Process command line: C:\Program Files\Java\jdk1.8.0_161\bin\java.exe -Xmx1536m -Dfile.encoding=windows-1252 -Duser.country=IN -Duser.language=en -Duser.variant -cp C:\Users\santh\.gradle\wrapper\dists\gradle-5.4.1-all\3221gyojl5jsh0helicew7rwx\gradle-5.4.1\lib\gradle-launcher-5.4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.4.1
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
* 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
Error while building project.
エラーを整理できません。誰でも私を助けてもらえますか?