-3
A
回答
0
也許您的項目與目標模擬器不兼容(API版本)。如果targetSDK和minimumSdk版本低於或等於仿真器的sdk版本,請檢查build.gradle文件。
確保您的compiledSdkVersion匹配minSdkVersion並且受targetSdkVersion支持。例如:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "24.0.0"
defaultConfig {
applicationId "zeta.sqlitetest3"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
}
相關問題
- 1. Android Studio:仿真器不顯示UI
- 2. 使用硬件仿真的Android Studio仿真器顯示錯誤
- 3. Android仿真器設備在Visual Studio中未顯示
- 4. Android Studio NFC仿真器
- 5. Android:Epub文件未在仿真器/ Android設備中顯示圖像
- 6. Android仿真器顯示爲離線
- 7. Android Studio 2.3啓動多個仿真器
- 8. Android Studio仿真器錯誤「EGL_BAD_MATCH」
- 9. Android Studio仿真器和AMD CPU
- 10. Android Studio仿真器:Intel Atom x86與ARM
- 11. 仿真器不顯示在設備中
- 12. 仿真器不顯示鍵盤
- 13. 針對Visual Studio 2015的Android仿真器未啓動
- 14. Visual Studio Windows仿真器
- 15. Android GPU仿真器
- 16. Titanium Studio - Android中的FLEXIBLE_SPACE仿真
- 17. Android Wear:佈局在仿真器中無法正確顯示
- 18. 不顯示仿真器上的輸出
- 19. 顯示黑色的相機(仿真器)
- 20. Appcelerator仿真器未加載
- 21. 是否可以像仿真器一樣顯示真實設備?
- 22. 仿真器顯示藍屏並且不顯示谷歌地圖
- 23. gralloc_goldfish(634):未檢測到GPU仿真的仿真器
- 24. Android仿真器 - GPS位置
- 25. Android仿真器討厭我
- 26. Android仿真器網絡
- 27. Android仿真器sdcard規格
- 28. Android仿真器鍵盤
- 29. Android仿真器凸輪
- 30. INSTALL_FAILED_MISSING_SHARED_LIBRARY仿真器