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.
我的应用程序的目标 sdk 版本是 14。最小 sdk 版本是 8。设备在 android 2.2 (API 8) 下运行。如果我尝试通过 Eclipse 在设备上安装我的应用程序,Android 设备选择器会告诉我,我无法在设备上安装。但是,如果我通过命令提示符安装:
adb install "path to apk"
它工作正常。如何通过 Eclipse 安装应用程序?
我假设设备选择器会为您的设备显示一个红色的“X”。我对吗?这不是问题,您仍然可以运行该应用程序。这不会阻止您运行它。