This question already has an answer here:
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
This question already has an answer here:
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
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 :)