Cara mengatasi ERROR: 32-bit Linux Android emulator binaries are DEPRECATED Avd Eclipse / Android Studio
Hello dev, meet me again (creatorb) on the cool syntax. ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' option when invoking 'emulator'. - Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment. Either one will allow you to use the 32-bit binaries, but please be aware that these will disappear in a future Android SDK release. Consider moving to a 64-bit Linux system before that happens. Tidak perlu panik, anda masih bisa menjalankannya dengan mem bypass arsitektur environment yang tengah dibutuhkan oleh emulator untuk berjalan di system anda menggunakan -force-32bit sehingga hal itu bisa memaksa emulator untuk berjalan pada arsitektur 32 bit. Lebih rincinya silahkan anda buka terminal / command line anda, pastikan anda berada pada direktory home anda. Kemudian ketik perintah berikut untuk membuka pengaturan global user dari os...
Comments
Post a Comment