简体   繁体   中英

App not coming in ICS market android

I have added these permissions in the android market place.

<!-- Camera -->
<!-- Required to be able to access the camera device. -->
<uses-permission android:name="android.permission.CAMERA"/> 
<uses-feature android:name="android.hardware.camera" />    
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

and then i have uploaded the app to Android Market. But my is not visible in the Android 4.0.3 tablet market. But visible in Android HoneyComb market place.

Minsdkversion: 12 Target : 12

Is any thing that i made mistake???

The target sdk version should always be the highest available. So use the 4.1 sdk and set target to 16.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM