App hang on install in Android Studio -
usually build app in android studio
test app on phone. occurs when click run app
waiting device. target device: motorola-nexus_6-zx1g227b86 uploading file local path: f:\headfirstandroid\mateclient\app\build\outputs\apk\app-debug.apk remote path: /data/local/tmp/com.diyu.org.mateclient installing com.diyu.org.mateclient device shell command: pm install -r "/data/local/tmp/com.diyu.org.mateclient"
it seems process stuck on pm install
, no app installed on phone. what's issue?
and other projects acts same, hang on install.
i fixed issue going settings on device -> developer options -> uncheck "allow usb debugging' -> recheck box. , next time, software started correctly.
Comments
Post a Comment