Hi,
I'm a beginner for android apps development.I use netbeans to develop java apps so decided to integrat android with it. I downloaded the nbdroid plugin and apache ant .I installed apache ant successfully, installed the plugin, gave the path of the SDK to netbeans.But after creating hello world application the emulator doesn't shows up and the following message shows up -------------------------------------------------------------------------------------------------------------------------------------------------------------------- init: deps-jar: Compiling 1 source file to C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\build\classes compile: Updating zip: C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\dist \AndroidApplication4.apk_ Using keystore: C:\Documents and Settings\Deepak Kumar Shukla\.android \debug.keystore Deleting: C:\Documents and Settings\Deepak Kumar Shukla\My Documents \NetBeansProjects\AndroidApplication4\dist\AndroidApplication4.apk_ jar: Result: -1 C:\Documents and Settings\Deepak Kumar Shukla\My Documents \NetBeansProjects\AndroidApplication4\nbproject\build-impl.xml:544: Device's package manager not ready to install new packages BUILD FAILED (total time: 50 seconds) -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Be ensured about the installation of apache ant as I am able to run commands like "ant -h" from the command prompt. Also, I am able to create new avds for any platform (android 1.1 , 1.5;Google APIs). Message displayed on building the solution for the application is as follows: -------------------------------------------------------------------------------------------------------------------------------------------------------------------- init: deps-clean: Deleting directory C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\build Deleting directory C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\dist clean: init: deps-jar: Created dir: C:\Documents and Settings\Deepak Kumar Shukla\My Documents \NetBeansProjects\AndroidApplication4\build\classes Compiling 2 source files to C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\build\classes compile: Created dir: C:\Documents and Settings\Deepak Kumar Shukla\My Documents \NetBeansProjects\AndroidApplication4\dist Updating zip: C:\Documents and Settings\Deepak Kumar Shukla\My Documents\NetBeansProjects\AndroidApplication4\dist \AndroidApplication4.apk_ Using keystore: C:\Documents and Settings\Deepak Kumar Shukla\.android \debug.keystore Deleting: C:\Documents and Settings\Deepak Kumar Shukla\My Documents \NetBeansProjects\AndroidApplication4\dist\AndroidApplication4.apk_ jar: BUILD SUCCESSFUL (total time: 0 seconds) -------------------------------------------------------------------------------------------------------------------------------------------------------------------- I'm not able to make out how to solve this problem. Please help me out. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

