android应用发布报错处理

错误为:
Installation failed due to invalid URI!
Please check logcat output for more details.
Launch canceled!
 
解决方法:
 
adb shell
cd /data
chmod 777 local
 
 
C:\Users\xxxx>adb start-server
adb server is out of date.  killing...
ADB server didn't ACK
* failed to start daemon *
 
C:\Users\xxxx>adb nodaemon server
cannot bind  'tcp:5037'
 
netstat  -ano | findstr  "5037"
 
taskkill /pid XXX

猜你喜欢

转载自hongyiqiye.iteye.com/blog/1729005
今日推荐