I have seen a question about converting android to java project. Now I want to know about Converting Java project into Android Project. Is there any way? Thanks
Launch Android Studio, and click File > New > Import Project. Locate your project directory, click the build. gradle file you created above to select it, and then click OK to import your project.
Use Android Studio and Java to write Android appsYou write Android apps in the Java programming language using an IDE called Android Studio. Based on JetBrains' IntelliJ IDEA software, Android Studio is an IDE designed specifically for Android development.
First Way
/res
folder, /AndroidManifest.xml
and /default.properties
if needed.Second Way: UPD
Actually, the "First Way" doesn't work with latest ADT plugin versions, for some reason google has removed the convert command. Another way would be:
Third Way
Why not just copy sources to a newly created Android project :) ?
Fourth Way: UDP :)
Check this,
http://developer.android.com/guide/developing/projects/projects-eclipse.html
Convert existing project into Android project in Eclipse?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With