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.
我正在尝试将即时应用示例代码的一个版本上传到市场,但没有成功。我不断收到以下错误:
您的免安装应用 APK 未在其 AndroidManifest 中声明有效的“android:targetSandboxVersion”属性
谢谢,
'vyndor' 说的是正确的。需要包含它的 AndroidManifest.xml 文件是“基本”功能的文件。
如果您使用 Android Studio 3.0 Canary 4,则应自动为您设置 android:targetSandboxVersion 属性。
您有 2 个选项:
android:targetSandboxVersion="2"
<manifest>