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?
请先登录再写评论。
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.