简体   繁体   中英

how can I move android studio project?

I just started to learn android application.

and I'm using github and want to manage the version with it.

for example, I made a project in PC1 and save it with github.

and then, download it and load it with PC2.

(SDK version and gradle version are different between PC1 and PC2)

but, I can't load the project with android emulator.

here is the picture that can be reason.

Could you tell me what is the problem?

there is no Gradle information here...

I can't choose the module.

which files are you versioning on GitHub? I mean, check if you have the following files to help Android Studio to import your project on other computer:

  • build.gralde (app module);
  • build.gradle (project level);
  • settings.gradle;
  • gradle.properties;
  • and your code.

If you are having the problem and you have these files, maybe it is necessary you access your settings to Load/Unload modules and check if the app module is loaded or not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM