• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Couldn't fine File -> New -> Project -> Android after successfull ADT installation

 
Greenhorn
Posts: 5
MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all..

I wonder if anyone can help me to this problem...

I'm ubuntu 10.04 user with Sun JDK 1.60.23 installed on my system.

After download android-sdk-linux-x86 and extract it under /opt

then i run into eclipse ADT installation via "Help --> Install New Software"

and i followed all the instruction written on the android site.. and no error during installation...

but after i restart the eclipse... according to site that i can start the android project by opening

File -> New -> Project .. but it not there...


Any comment i really appreciate it...


Best Regards


Agien
 
Ranch Hand
Posts: 633
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try
File->New->Other->Android Project
 
arief ginanjar
Greenhorn
Posts: 5
MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pramod P Deore wrote:Try
File->New->Other->Android Project



i have tried that too.... still not found...
 
author
Posts: 18
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like ADT didn't install properly. Try restarting your Eclipse, or re-installing ADT.
 
arief ginanjar
Greenhorn
Posts: 5
MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Marko Gargenta wrote:Sounds like ADT didn't install properly. Try restarting your Eclipse, or re-installing ADT.



Thanks for your advice Marko

i tried several time times to restart the eclipse.. and after twice re installing ADT.. still it not get good progress...
 
arief ginanjar
Greenhorn
Posts: 5
MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i think it solve..

it cause by when i was installed macbuntu theme to my ubuntu..

durring installation process it override eclipse priviledge from user to root...

so when i install ADT to eclipse while i run in user level... it not take effect...

after i edit eclipse priviledge to user.... it take effect and ADT installation success..

and all wizard point to android appear on eclipse both from file --> new and windows --> preference...


thanks to all for attention....


best regards


agien
reply
    Bookmark Topic Watch Topic
  • New Topic