Helloworld Sample not running.

Hi,

I am trying to run HelloWorld Project for android using ndk.

in Console :

[2011-04-07 19:08:53 - helloandroid] ——————————
[2011-04-07 19:08:53 - helloandroid] Android Launch!
[2011-04-07 19:08:53 - helloandroid] adb is running normally.
[2011-04-07 19:08:53 - helloandroid] Performing com.android.helloandroid.activity activity launch
[2011-04-07 19:08:53 - helloandroid] Automatic Target Mode: launching new emulator with compatible AVD ‘Android1’
[2011-04-07 19:08:53 - helloandroid] Launching a new emulator with Virtual Device ‘Android1’
[2011-04-07 19:08:58 - Emulator] 2011-04-07 19:08:58.237 emulator[3743:903] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz.
[2011-04-07 19:08:58 - helloandroid] New emulator found: emulator-5554
[2011-04-07 19:08:58 - helloandroid] Waiting for HOME (‘android.process.acore’) to be launched…
[2011-04-07 19:09:30 - helloandroid] WARNING: Application does not specify an API level requirement!
[2011-04-07 19:09:30 - helloandroid] Device API version is 8 (Android 2.2)
[2011-04-07 19:09:30 - helloandroid] HOME is up on device ‘emulator-5554’
[2011-04-07 19:09:30 - helloandroid] Uploading helloandroid.apk onto device ‘emulator-5554’
[2011-04-07 19:09:30 - helloandroid] Installing helloandroid.apk…
[2011-04-07 19:09:54 - helloandroid] Success!
[2011-04-07 19:09:55 - helloandroid] Starting activity com.android.helloandroid.activity on device emulator-5554
[2011-04-07 19:09:58 - helloandroid] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.helloandroid/.activity }

in the emulator I am seeing output " Hello World, Activity![](" with a black screen as background. Expected output is Cocos2d img as background + Helloworld label.

Where I am making Mistakes???

Thanks).

Are the .so and images packed into apk?

Now Applications are running in Android.
It was making mistake in setting the Android NDK Path in build_native.sh File.