AndroidStudio : Cannot resolve symbol MainActivity

后端 未结 7 1774
说谎
说谎 2021-01-17 13:07

I got an error \"Cannot resolve symbol MainActivity\" on this code.



        
7条回答
  •  借酒劲吻你
    2021-01-17 13:42

    Maybe you use the wrong path for the src directory.
    It should be in the path : ./yourApp/src/main and not ./yourApp/src/androidTest
    You can move it manually.

提交回复
热议问题