Problem importing Android project archives into Eclipse

纵然是瞬间 提交于 2019-12-03 22:06:20
Josh Bleecher Snyder

All the baseline default.properties needs is a line like:

target=android-8

You can most likely copy another projects' default.properties into this project. A (not-so-)quick restart of Eclipse, a rebuilding of the workspace, and you're off to the races.

It's really lame that this is needed -- it should happen as part of the import process, I would think.

just change your

project.properties file to default.properties 

and restart your eclipse

it's done..

Right click on the project in navigator window, go to android tools and click on fix project properties. It might work, as it did for me ;-)

mutkan

You can look at this section, it works for me: Project has no default.properties file!

If you want to change the library of your project, do that :
- right click on the project name
- Build Path
- Configure build path
- click Android on the left, and select the library you need.

I had the same problem. What you are trying is little difficult.Just unzip the files ,copy res and src folders to ur existing project.The problem is the files starting with "." which have settings for their android and eclipse. So you need to modify all that,so simply create new project or to ur existing one copy res, src and AndroidManifest.xml file.
It worked for me .

Enzo

In the project right click Android Tools -> Fix Project Properties

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!