读书人

android : cant find #039;test.apk#039; to i

发布时间: 2012-09-04 14:19:30 作者: rapoo

android : cant find 'test.apk' to install
小白学习android,下了魅族m9的sdk并且eclipse和sdk都配置了,我把下载的apk文件放在了platform-tools下,和adb.exe在同一目录
。但是运行adb install test.apk
就会出现
cant find 'test.apk' to install的提示。。

[解决办法]
adb install 后面换成绝对路径看看,
例如
adb install d:\sdk\test.apk

读书人网 >Android

热点推荐