Git clone subdirectory into android studio -


i'm having hard time checking out github sub directory project android studio. clone main directory: main repository

but need clone 1 of subproject(because these sub folders looks actual project directory): sub directory

github sub directory

i tried cloning main directory android studio workspace, cannot run sub projects since cannot set common path androidmanifest.xml (since there multiple sub projects different manifest files in each sub directory).

i know if there's way can :

  • clone main directory, , able run each sub directory different project in android studio, or
  • clone sub directory, , clone them 1 one whenever want execute them.

i have searched on stackoverflow solution & found sparse checkout wont work android studio none of them answers case in specific. right relying upon downloading main repository , importing sub-directory project in android studio. know if there's way around mentioned above.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -