I am new to Android Development. Actually i am iphone developer and i am learning android developer. I installed android and eclipse and i run one project successfully.
Now problem is that after creating project, it doesn't appear in eclipse. So can anyone plz tell me that how can i open project into eclipse.
Actually i haven't used eclipse anytime and android package contains lots of like , 1. assets, 2. bin, 3. gen, 4. res, 5. src, 6. .classpath, 7. .project, 8. AndroidManifest, 9. default.properties.
I am having the same problem. I am using Eclipse with the Android plugins.
The first time I ever created a project, it looked groovy. I had this project browser on the left and could navigate the project files just fine. I had the error window at the bottom too. I was opening up some of the source files getting used to the interface.
I realized that I wanted to change some of the names of some of the fields (Activity, Package Name, etc) since I didnt use the right naming conventions and I dont know how to change them after the project was created.
I closed Eclipse.
Re-opened, created a new project... and ... nothing...
No browser.. No error window...
I click create android project again and fill out the fields the same.
I cant as it says that already exists.
Why cant I open it if it exists?
I tried to re-import it from the workspace files and it says it cant because it already exists in the workspace. I see Project->Open Project but it is greyed out.
Did you close 'Project Explorer' in Eclipse?
If so, you can re-open with a quick visit to the 'Window' menu.
Project Explorer (and Package Explorer) appears in the left pane when you create your first project in Eclipse and lists the subdirectories of your project.
To open Project Explorer, go to Window > Show View > Project Explorer
Last edited by spacedive; September 14th, 2010 at 09:18 PM.
I followed the above steps and loaded the project in the package explorer.But an error displayed on the console like " AndroidManifest.xml file missing!".What may be happened and how can i solve it.
I am new to Android Development. Actually i am iphone developer and i am learning android developer. I installed android and eclipse and i run one project successfully.
Now problem is that after creating project, it doesn't appear in eclipse. So can anyone plz tell me that how can i open project into eclipse.
Actually i haven't used eclipse anytime and android package contains lots of like , 1. assets, 2. bin, 3. gen, 4. res, 5. src, 6. .classpath, 7. .project, 8. AndroidManifest, 9. default.properties.
Device(s): Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Thanks: 0
Thanked 85 Times in 78 Posts
to "open" an existing project in eclipse, you have to go to File | New | Android Project
and on the window that appears, select "Create from existing source" Then, just select the root folder of the project and click OK.
I've got just the same problem and solved it by going to menu Window > Open perspective > JAva browsing and then Window > show perspective > Package explorer.
when doing my first app i've change workspace and messed it all up and started all over ...
problems in creating new android project in eclipse
I have recently downloaded eclipse 3.6.2, which had an executable file of eclipse. then I installed ADT till APIs 12 android 3.1
Now when i open eclipse->file->new->project, I cannot find Android in the Menu, any help would be appreciated