美文网首页
Android无法真机运行 Error type 3

Android无法真机运行 Error type 3

作者: StormerX | 来源:发表于2020-04-13 18:06 被阅读0次

    真是见鬼,同一个工程之前在这部手机调试安装都正常。隔了一段时间再次真机调试时候,都无法安装了。

    android studio 报错信息如下:

    04/13 17:46:59: Launching 'hello-oboe' on HUAWEI ANE-AL00.
    $ adb shell am start -n "com.google.sample.oboe.hellooboe/com.google.sample.oboe.hellooboe.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
    Error while executing: am start -n "com.google.sample.oboe.hellooboe/com.google.sample.oboe.hellooboe.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
    Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.google.sample.oboe.hellooboe/.MainActivity }
    Error type 3
    Error: Activity class {com.google.sample.oboe.hellooboe/com.google.sample.oboe.hellooboe.MainActivity} does not exist.
    Error while Launching activity

    刚才突然意识到,可能是之前调试用的证书过期了?不论到底啥原因,说下我的解决办法吧。

    重新生成APK安装包:

    然后到你的项目目录/build/outputs/apk/debug/***.apk,把这个APK安装包通过QQ之类的传到手机安装运行。安装运行成功。再次到android studio进行真机调试,现在可以了。

    相关文章

      网友评论

          本文标题:Android无法真机运行 Error type 3

          本文链接:https://www.haomeiwen.com/subject/kvpnmhtx.html