简体   繁体   中英

How to migrate a APP checkout from Android code base to gradle project

It's very easy and convenient that use the "File"->"New"->"Import project" in Android Studio to migrate a APP originally built under Android code base using Android.mk to a gardle based project. However, when this APP use "File"->"New"->"Project from Version Control" to check out, it wouldn't generate any gradle related files that it can't be built within Android Studio. Is there a convenient way to check out codes from git and transfer it to gradle project at the same time? Or is there a way that can trigger import wizard to transfer project after check out codes from git?

Thanks a lot!

请参考此链接以将svn代码迁移到android studio项目。

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