美文网首页Android开发经验谈Android开发Android开发
AndroidStudio xml代码无提示且预览页面空白解决方

AndroidStudio xml代码无提示且预览页面空白解决方

作者: markRao | 来源:发表于2018-12-24 14:41 被阅读20次
    Finally, deleting .idea folder and all .iml files from the project, restarting Android Studio and rebuilding gradle did the trick. Autocomplete in XML support library is working again.
    Probably checking out files from Version Control or copying all the source files in a new project would do the trick aswell.
    

    stackoverflow上大神的回复,删除.idea文件夹和所有的.iml文件,然后重启as,重新build project,经测试时有效果的。

    相关文章

      网友评论

        本文标题:AndroidStudio xml代码无提示且预览页面空白解决方

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