I wanna ask a simple question to all android developers~
What is the optimized environment to develop or modify an application
in Android platform?
How are you developing an application now?

Google provided several excellent tools to develop an application such
as Emulator, Dalvik Debug Monitor, Logcat, SQLites.
However, the basic thing in developing an application is... build &
fix... isn't it?
The way how I develop is that... modify some code in windows system..
and then move the changed source to Ubuntu system and... build it.
(make).
Now... I wanna make it easier~ so.. I built an application(in
packages) using Eclipse in windows system, but it is not able to build
it because the android.jar does not include so many APIs from
framework (e.g.:\frameworks\base\core\java\com\google\android)
I created a new SDK using "make sdk" in the Ubuntu system to fix this
problem, but it is still not able to build an application using
Eclipse.

Is there anyone who can help me on this?

Are there no ways to build an existing application in packages?
(\packages\apps)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to