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.
這段內容指出你的 Android Studio 虛擬器 (emulator) 沒有正確執行,因為相關的 32 bit 指令沒有正確連結,因此無法啟動。在錯誤訊息處已經有提示你要如何排除這樣的狀況(黃色訊息處)。
由於第一行方法我尚未在 Android Studio 環境下執行過,因此在這僅提供第二行方法的操作步驟,詳見如下:
1. 請開啟 terminal 並輸入: gedit ./profile
(如果慣用 Vim 編輯者,也可以改以 Vim 開啟編輯)
2. 開啟 profile 後,請捲至最下方後,貼上:ANDROID_EMULATOR_FORCE_32BIT =true
在儲存後關閉,並重新登入一次系統即可。
3. 重新開啟 Android Studio ,並執行剛剛無法正常運作的 APP 與 emulator ,此時即可正常運
作了!現在就可以快快樂樂寫 APP 囉!
沒有留言:
張貼留言