我的清单文件现在已更新,它看起来像这样。但它仍然不可见或在 google play 上对于较新的 android 然后 2.2 不兼容。但我已经在 4.0 及其工作上对其进行了测试。这是我的清单。请帮忙
android:versionCode="4" android:versionName="1" >
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-permission android:name="android.permission.WAKE_LOCK" android:required="false"/>
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true"/>