小米手機不能直接運行Android Studio程序


轉載自:http://www.jianshu.com/p/6588c69b42cf
Problem description:

Android Studio升級到2.3版本之后,小米手機MIUI不能直接點擊Run運行Android Studio程序,報如下錯誤:

Installation failed with message Failed to establish session.
It is possible that this issue is resolved by uninstalling an existing version of apk if it is present,and then re-installing.

方法一 :設置Android Studio 中Instant Run中的選項為不選中
  1. 根據以下路徑,找到Instant Run中的選項
    File ——> Settings ——> Build, Execution,Deployment ——> Instant Run
  2. 將Enable Instant Run to hot swap code/resource changes on deploy(default enabled)的選擇框取消。

    Solution1.png
  3. 點擊Apply,保存設置就OK了。
    這個時候就可以在小米手機上點擊Run直接運行程序了。
方法二:在手機的開發者選項中關閉MIUI優化
  1. 進入到手機的開發者模式,在最下面有一個啟用MIUI優化選項,關閉這個選項會提示重啟手機,選擇關閉並重啟重新啟動后,再次運行我們的程序,就可以在手機上運行了。

至此,由於升級2.3后默認開啟的Instans Run功能帶來的困擾即可解決~


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM