Android studio import new project diagram
1. Modify relevant files under the project before importing
1.1 it is only necessary to modify the following three places
1.2 modify the build.gradle file
Modify app / build.gradle
2 import the modified project 2.1 select file | new | import project
2.2 select the modified project
If the project does not become an as symbol, click Cancel and re import project, it will become an as symbol:
3 later
For the import of the project, the parameters of the three files mentioned above must be modified to correspond to the current operating environment. After the above steps are completed, there will be no problem with the project architecture. If there are errors, it should be different versions of the package or code syntax errors, etc. Baidu can do it by itself.
summary
The above is the illustration of Android studio import new project introduced by Xiaobian. I hope it will be helpful to you. If you have any questions, please leave me a message, and Xiaobian will reply to you in time. Thank you very much for your support for the programming tips website!