Skip to content

Android project for IAIN workshop, 4 December 2016, where I was the trainer

Notifications You must be signed in to change notification settings

hendrawd/gamehimka

Repository files navigation

gamehimka

Language/Bahasa

For English version, click here

Untuk versi bahasa Indonesia, klik di sini

Download the apk directly from here

English version

This is the Android project for IAIN workshop, 4 December 2016

Android Studio version used: 2.2.2

Please make sure you have a stable internet connection to run the project. Android Studio will need to download build tool, Android SDK or maybe another dependencies from the internet.

Common problems:

☞ Error 216:

The error message will be like: Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher

Solution:

screen shot 2016-12-05 at 12 15 58 pm

  • Uncheck "Use embedded JDK (recommended)"

screen shot 2016-12-05 at 12 34 47 pm

  • Fill the box below with your home JDK path that you have installed, usually in C:\Program Files\Java\jdk1.8.x

☞ Unable to start the daemon process:

The error message will be like:

Error: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 guide chapter on the daemon at http://gradle.org/docs/1.12/userguide/gradle_daemon.html
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

Solution:

  • Open project structure>Android>Gradle Scripts>gradle.properties
  • Locate org.gradle.jvmargs=-Xmx1536m and try to lower it's value, like org.gradle.jvmargs=-Xmx256m

screen shot 2016-12-05 at 12 15 35 pm

If you have more problem, please create issue here or email me directly at [email protected]


Versi Bahasa Indonesia

Ini adalah proyek Android untuk workshop IAIN, 4 Desember 2016

Versi Android Studio yang dipakai: 2.2.2

Pastikan kamu mempunyai koneksi internet yang stabil untuk menjalankan proyek ini. Android Studio akan butuh untuk mendownload build tool, Android SDK atau mungkin dependency yang lain melalui internet.

Masalah yang mungkin terjadi:

☞ Error 216:

Pesan error akan seperti: Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher

Solusi:

screen shot 2016-12-05 at 12 15 58 pm

  • Hapus centang "Use embedded JDK (recommended)"

screen shot 2016-12-05 at 12 34 47 pm

  • Isi box di bawahnya dengan path utama JDK yang telah kamu install, biasanya di C:\Program Files\Java\jdk1.8.x

☞ Unable to start the daemon process:

Pesan error akan seperti:

Error: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 guide chapter on the daemon at http://gradle.org/docs/1.12/userguide/gradle_daemon.html
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

Solusi:

  • Buka Project structure>Android>Gradle Scripts>gradle.properties
  • Temukan org.gradle.jvmargs=-Xmx1536m dan coba untuk mengurangi nilainya, seperti org.gradle.jvmargs=-Xmx256m

screen shot 2016-12-05 at 12 15 35 pm

Kalau ada masalah lain, silakan buat issue baru di sini atau email saya secara langsung di [email protected]

About

Android project for IAIN workshop, 4 December 2016, where I was the trainer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages