Android Studio on Linux 無法線上更新
最近打算在Linux上開發,選擇了Deepin,挺不錯的。
無法更新
重灌了Android Studio,裝的是2.3的版本,但是無法線上升級。
提示的大概意思是:無法刪除/opt/android-studio/lib/rt/xxxxx.jar
中的某一個檔案
這句話讓我想起了這個錯誤:
Studio does not have write access to /opt/android-studio. Please run it by a privileged user to update
沒有許可權,不能操作相應的資料夾。
執行以下命令,不要在root環境下執行
sudo chown -R $USER:$USER /opt/android-studio
這個樣子,就可以了。
模擬器啟動不了
提示:
上午11:21 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:21 Emulator: libGL error: driver pointer missing
上午11:21 Emulator: libGL error: failed to load driver: r600
上午11:21 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:21 Emulator: libGL error: driver pointer missing
上午11:21 Emulator: libGL error: failed to load driver: r600
上午11:21 Emulator: libGL error: unable to load driver: swrast_dri.so
上午11:21 Emulator: libGL error: failed to load driver: swrast
上午11:21 Emulator: X Error of failed request: BadValue (integer parameter out of range for operation)
上午11:21 Emulator: Major opcode of failed request: 156 (GLX)
上午11:21 Emulator: Minor opcode of failed request: 24 (X_GLXCreateNewContext)
上午11:21 Emulator: Value in failed request: 0x0
上午11:21 Emulator: Serial number of failed request: 64
上午11:21 Emulator: Current serial number in output stream: 65
上午11:21 Emulator: Process finished with exit code 1
上午11:22 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:22 Emulator: libGL error: driver pointer missing
上午11:22 Emulator: libGL error: failed to load driver: r600
上午11:22 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:22 Emulator: libGL error: driver pointer missing
上午11:22 Emulator: libGL error: failed to load driver: r600
上午11:22 Emulator: libGL error: unable to load driver: swrast_dri.so
上午11:22 Emulator: libGL error: failed to load driver: swrast
上午11:22 Emulator: X Error of failed request: BadValue (integer parameter out of range for operation)
上午11:22 Emulator: Major opcode of failed request: 156 (GLX)
上午11:22 Emulator: Minor opcode of failed request: 24 (X_GLXCreateNewContext)
上午11:22 Emulator: Value in failed request: 0x0
上午11:22 Emulator: Serial number of failed request: 64
上午11:22 Emulator: Current serial number in output stream: 65
上午11:22 Emulator: Process finished with exit code 1
上午11:22 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:22 Emulator: libGL error: driver pointer missing
上午11:22 Emulator: libGL error: failed to load driver: r600
上午11:22 Emulator: libGL error: unable to load driver: r600_dri.so
上午11:22 Emulator: libGL error: driver pointer missing
上午11:22 Emulator: libGL error: failed to load driver: r600
上午11:22 Emulator: libGL error: unable to load driver: swrast_dri.so
上午11:22 Emulator: libGL error: failed to load driver: swrast
上午11:22 Emulator: X Error of failed request: BadValue (integer parameter out of range for operation)
上午11:22 Emulator: Major opcode of failed request: 156 (GLX)
上午11:22 Emulator: Minor opcode of failed request: 24 (X_GLXCreateNewContext)
上午11:22 Emulator: Value in failed request: 0x0
上午11:22 Emulator: Serial number of failed request: 64
上午11:22 Emulator: Current serial number in output stream: 65
上午11:22 Emulator: Process finished with exit code 1
解決:
sudo apt-get install lib64stdc++6:i386
sudo apt-get install mesa-utils
cd /opt/android-sdk/emulator/lib64
mv libstdc++/ libstdc++.bak
ln -s /usr/lib64/libstdc++.so.6 libstdc++
然後啟動模擬器就可以了
相關文章
- Android Studio 真正國內SDK線上更新說明Android
- Xamarin Android SDK無法更新的解決辦法Android
- Android SDK無法更新,hosts完美解決Android
- Android studio 無法建立layout_land檔案解析Android
- Android SDK Manager無法更新的解決[ 轉]Android
- android sdk manager網路問題無法更新Android
- Android SDK無法更新終極解決方式Android
- Android Studio 2.3 更新小記Android
- 極光推送demo在android studio中無法執行Android
- Android Studio無法直接黏貼GitHub地址的問題AndroidGithub
- 【Android Studio】解決 Android Studio2.2 無法輸入中文標點符號的問題Android符號
- 使用更新補丁對Android Studio進行更新。Android
- Android studio無法提醒v4包的解決方案Android
- Kali Linux更新後無法啟動解決了Linux
- Linux下VMware在更新完核心無法啟動Linux
- Android SDK Manager國內無法更新的解決方案Android
- Android線上更新示例程式碼Android
- 有效解決Android SDK Manager無法更新下載的方法Android
- Android Studio 3.0更新:Kotlin正式可用AndroidKotlin
- Android Studio常用快捷鍵(持續更新)Android
- Mongoose無法更新時間戳Go時間戳
- 升級Android Studio3.1.3,gradel無法載入pom和類庫Android
- 【Android Studio】Android Studio 搭建開發環境(Linux Ubuntu篇)Android開發環境LinuxUbuntu
- ClamAV無法更新錯誤解決
- Android studio更新到3.0後問題解決Android
- Android Studio3.0更新之路(遇坑必入)Android
- git pull 提示Not possible to fast-forward,無法提交也無法更新GitASTForward
- Redis 線上安裝後無法啟動?Redis
- Android Studio SDK 使用國內映象源線上安裝Android
- android 中ImageView 無法居中AndroidView
- office正在更新無法正常啟動如何修復_office顯示正在更新無法開啟解決方法
- 解決Linux無法開啟android模擬器問題LinuxAndroid
- Android Studio 2.0 to Android Studio 3.0Android
- 怎樣無線上網無法獲得IP地址的問題
- Android Studio 設定自動清除無效 importAndroidImport
- win10無法更新系統版本怎麼辦 win10無法完成更新系統修復方法Win10
- Win7無法自動更新、更新失敗怎麼辦?Win7
- Android Studio 常用快捷鍵(Mac、Win/Linux)AndroidMacLinux