Android Studio and android.support.v4.app.Fragment: cannot resolve symbol

后端 未结 22 2809
眼角桃花
眼角桃花 2020-12-01 06:03

I am tryng out Android Studio instead of Eclipse. I install it and then start a completely new project and follow the wizard. I add no code of my own.

Then, I right-

22条回答
  •  既然无缘
    2020-12-01 06:30

    I found that if you have comments in your build.gradle it may break when you try to add a new support library. So make sure you check your build.gradle and see if it looks alright manually.

提交回复
热议问题