While this blog started off as my personal ramblings on Techncial things it has turned out to be a blog dedicated to Android. Any other technical ramblings are shared at my Technical Blog.
NOTE:
NOTE: Of late, I have been getting requests for very trivial problems that many of you are facing in your day-to-day work. This blog is not to solve your "project" problems - surely not a "Support" site.
I just love to share my knowledge in my spare time and would appreciate any questions or feedback on the articles and code I have shared. I also do appreciate thought-provoking questions that would lead me to write more articles and share.
But please do not put your day-to-day trivial problems here. Even if you do, you most probably would not get a response here.
Thanks
License
Sai Geetha's Blog by Sai Geetha M N is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Search This Blog
x
Monday, 5 October 2009
Eclipse Set up and New Android Project
The first steps of configuring Eclipse to create android applications and the steps involved in creating a first android project are very well described in this blog at the screencast site. Hence I am not repeating the same here.
Subscribe to:
Post Comments (Atom)
Hi sai geetha
ReplyDeleteI am beginner android application developer.
I have done lot of apps in eclipse on emulator and device also.But now it is giving error at the time of running project on emulator.It is working on device phone but on emulator it is giving following error,
[2011-08-02 11:14:00 - hello1] ------------------------------
[2011-08-02 11:14:00 - hello1] Android Launch!
[2011-08-02 11:14:00 - hello1] adb is running normally.
[2011-08-02 11:14:00 - hello1] Performing com.mahiways.Hello1.Hello1Activity activity launch
[2011-08-02 11:14:00 - hello1] Automatic Target Mode: launching new emulator with compatible AVD 'myemu'
[2011-08-02 11:14:00 - hello1] Launching a new emulator with Virtual Device 'myemu'
[2011-08-02 11:14:01 - Emulator] PANIC: Could not open: C:\Users\hallo\.android/avd/myemu.ini
plz give solution on this problem.
Thanks.
Aloha...
ReplyDeleteI don't know a thing about Android programming, but a wild guess: Is it because you changed direction on your slashes? Some go this way \ and some go this way / in the line
C:\Users\hallo\.android/avd/myemu.ini
Tana-Lee
Hey may be you have updated your Android, Because New one is facing problem while mentioning SDK path, It can not understand spaces. Give path without spaces or use like this
ReplyDeleteC:\PROGRA~1\Android\android-sdk
This can solve your problem
Hi,
ReplyDeleteYour compile time error is myemu.ini becuase of not picking this item from your directory of sdk. Make sure to place your sdk under c:/android/your directory....
i got emulator.exe error i used this technique to fix error
The Android Apps Development tools are updated frequently. We have made every attempt to provide the latest steps for the latest tools.
ReplyDeleteGreat blog you people have maintained there, I totally appreciate the work.
ReplyDeleteandroid root apps
how to download ADT Plugin 16 zip file ??
ReplyDeleteonly ADT 21 is avilable now..plz help me..
DeleteHi sai geetha
ReplyDeleteI am beginner android application developer.
Now am developing Remote accessing from server to client, and display the data onto the client system.
can you please give me any guidance regarding this remote accessing......
Thanks
This comment has been removed by a blog administrator.
ReplyDeletehai geetha.. i am new in eclipse.. can u teach me how i can create file .aidl using eclipse?
ReplyDelete