Android 模擬器執行OpenGL ES 2

2021-08-27 09:44:21 字數 263 閱讀 2478

原文出處:

我在預設情況下從cocos2dx中建立的android專案會在模擬器中報錯,說是不支援gles2。真機測試則沒有問題。

後來在網上找到了解決辦法:

1、編輯模擬器,新增『gpu emulation』項。

2、找到configurationinfo.reqglesversion >= 0×20000**,在後面新增|| build.fingerprint.startswith(「generic」)語句。

已經測試可用,問題解決。

Android 模擬器錯誤

啟動android模擬器時.有時會報the connection to adb is down,and a severe error has occured.的錯誤.在說在任務管理器上把所有adb.exe關閉掉.重啟eclipse.但試過不管用.所以在外國 上找到一種可行的方法 1.先把eclips...

用模擬器執行編譯好的android

1.配置模擬器的環境變數和emulator的路徑 export android product out android mydroid0715 out target product m1ref export path android mydroid0715 out host linux x86 bi...

Android模擬器的使用

android模擬器的使用 一 90度旋轉模擬器 快捷鍵 ctrl f11 或 ctrl f12 二 在模擬器中安裝apk 首先要執行模擬器,否則就有如下錯誤 error device not found.等模擬器啟動後,終端執行platform tools adb adb install apk ...