美文网首页
idea写android app遇过的坑

idea写android app遇过的坑

作者: warmi_ | 来源:发表于2019-08-01 09:12 被阅读0次

    1."error: \u0027bt_change\u0027 is incompatible with attribute id (attr) reference.
    解决id应是 android:id="@+id/bt_change"这样写的
    2.Could not find any version that matches com.android.support:appcompat-v7:29.+.
    解决:


    image.png

    还报错的话,点这里[run with -- info]


    image.png
    看你有什么版本的
    image.png
    改下就好了,波浪线无视
    image.png
    3.idea连接夜游神:
    首先cmd=>adb connect 127.0.0.1:62001

    然后


    1564622942.png 1111.png

    最后运行即可

    4. image.png
    5.xposed怎么都没用,日志页没记录,看看代码里有没有波浪线,根据idea提示弄没掉,

    相关文章

      网友评论

          本文标题:idea写android app遇过的坑

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