[android-developers] run ActivityThread with error

2009-03-11 Thread royzha...@gmail.com
Hi All : run ActivityThread with error log as following. Who can help me ? Thx # # An unexpected error has been detected by Java Runtime Environment: # # Internal Error (classFileParser.cpp:2924), pid=9482, tid=3085081488 # Error: ShouldNotReachHere() # # Java VM: Java HotSpot(TM) Client V

[android-developers] AndroidManifest.xml file missing!

2009-03-11 Thread royzha...@gmail.com
HI: I built ADT and integrated it to eclipse, and build android source code in eclipse. It reports as following: Description ResourcePathLocationType AndroidManifest.xml file missing! android Unknown Android ADT Problem Can u help me to resolve it? THX -

[android-developers] build android error with eclipse

2009-02-24 Thread royzha...@gmail.com
Hi, build android error with eclipse, can u help me? THX Description ResourcePathLocationType Project 'android' is missing required library: 'out/host/linux-x86/ framework/activitycreator.jar' android Build path Build Path Problem The project cannot be

[android-developers] run simulator innormally & build project error on eclipse

2009-02-24 Thread royzha...@gmail.com
Hi, I do as following: >. build/envsetup >lunch 2 >make >simulator About steps result in can load simulator normally while not run normally do as following: >. build/envsetup >lunch 1 >make sdk >eclipse Above steps results in many build errors as followng DescriptionResourcePath

[android-developers] help to start simulator that built by myself

2009-02-24 Thread royzha...@gmail.com
Hi, I download android`s codes and build it for simulator. The simulator can be launched successfully, but it always popup "SORRY! Application Messaging (in process com.android.Message)...", or similar popup information. Do u know how to resolve it? By the way, how can I integrate it with ecl