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 4.1(ICS) 构建了一个 Android 应用程序。但是我无法将它安装到平板电脑上。它显示错误为The application cannot be installed。谁能帮我解决这个问题?
The application cannot be installed
首先检查您的设备操作系统版本。如果低于 4.1,应用程序将无法在此运行。
尝试更改project.property项目中的文件。
project.property
可能是你target=15 or 14根据你的平板电脑减少了它,即target = 11 or 13
target=15 or 14
target = 11 or 13