当前位置:   article > 正文

Android Studio 开启调试 时 提示:could not connect to remote progress Aborting debug session_安卓 su aborting session.

安卓 su aborting session.

 

 

1. 在 AndroidMenifest.xml  添加: android:debuggable="true"  允许调试。

<application
    android:debuggable="true"
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">
    <activity android:name=".MainActivity">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>

2.关闭  360  手机软件  防止  360 抢占。

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/773694
推荐阅读
相关标签
  

闽ICP备14008679号