可能重複:
Device Compatibility Issue with Samsung Galaxy Mini我的Android應用程序是無法通過市場
我創建了一個Android應用程序,並將其發佈的Android市場。但是,當我試圖在市場上尋找它時,它不會出現在三星Galaxy Mini(GT-S5770)上,但它確實出現在HTC慾望S上。但是,當我嘗試從eclipse運行它到三星手機時,它作品。
我看了一下開發者控制檯,它說該應用程序由於其清單文件的權限而受限於Samsung galaxy mini。任何人都可以幫助我瞭解哪些特性是三星Galaxy手機的問題。
我的清單具有下列權限 -
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.camera
android.hardware.camera.autofocus
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.screen.landscape
android.hardware.telephony
android.hardware.touchscreen
感謝。
感謝您的提示。我正在使用zxing庫來讀取QR碼,並且該camera.autofocus功能來自該庫。我會看看我是否可以將其從圖書館中刪除,然後在市場上進行更新。 – nasaa
不幸的是,由於庫的寫法,我無法擺脫這種自動對焦。但無論如何,我會接受你的答案,因爲你的解決方案是正確的。 – nasaa
謝謝。怎麼樣加入android:required =「false」?如其他用戶所建議的?保重,圖書館可能無法按預期工作,你可能會傷害這些用戶! –