Creating Android Project over existing source
What's the recommended way to create an android project over existing source? I always end up doing manual copy/paste of files, or fixing the package name in the manifest. There must be an easy way to do this?
Please sign in to leave a comment.
Hello erik,
Use the regular "Create Java project from existing sources" action. It will
detect the Android manifest file and configure the Android facet automatically
for you.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Worked great, thanks.