Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将软件发布到谷歌市场,但发布支持零设备。我配置了清单文件:android:targetSdkVersion =“15”/>我使用Android 4.1版本编译器。尝试了很多方法或零设备。我希望有人可以帮助解决问题。真的很谢谢你!
你需要minSdkVersion:
<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="4" />