简体   繁体   中英

Android SDK Eclipse AndroidManifest.xml not created

I've downloaded the ADT Kit from the Android Developer Website , but if I try to create a new Project ( New-> Android Application Project ), the Manifest file is not created. In the console window, I get the message:

'[2013-12-13 15:50:08 - package name] AndroidManifest.xml file missing!' 

How can I solve the problem?

I already tried to clean the Project and run again, but the xml file isn't created. I tried also to uninstall (delete) the SDK and download it again, but there is the same mistake.

I found the solution: First, I Updated my SDK, but it wasnt the problem. The problem was the character 'ö' in the project / package name. Eclipse didn't create the Manifest because of him. It's a German App...

To fix this problem, right click the project or edited resource and select “Refresh”. If you edit outside of Eclipse a lot, you can enable auto-refresh by going to Window->Preferences menu, then in the Preferences dialog box, select General > Workspace. Check the “Refresh automatically” box.

and even in the eclipse in the top menu bar you can find search-->check the automatically build

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