美文网首页
AndroidStudio 出现"The app wa

AndroidStudio 出现"The app wa

作者: ysnows | 来源:发表于2016-08-15 11:28 被阅读1303次
    最近再使用 AndroidStudio 的时候,本来已经开启了 InstantRun 的,可是,却提示"Instant Run applied code changes and restarted the app. The app was restarted since it uses multiple processes.",而不能正常使用 InstantRun,让我很困惑,也很"恼怒",怎么可以这样呢,呜呜。然而 Google、百度(其实不想用这个的)之后,并没有类似的结果。直到有一天发现了是百度地图开启了这个 multiple processes,<service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote"></service>,只要再开发的时候把这个注释掉就可以了。

    总结:说到底还是自己学艺不精,关键应该在于android:process=":remote",得抽时间看看相关知识。

    相关文章

      网友评论

          本文标题:AndroidStudio 出现"The app wa

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