[android-beginners] Re: Uninstalling the App

2008-10-11 Thread Bill Zimmerly
On Oct 10, 10:58 pm, Arunachalam [EMAIL PROTECTED] wrote: Where can i get the full details of Android Debug Bridge, as adb help doesnt provide much details of it. http://code.google.com/android/reference/adb.html --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-11 Thread Esteem
Enkin's (http://www.enkin.net/) landscape mode does this. I'm not sure what method is used or anything but its possible. But check out the PolyToPoly API Graphics demo which shows how to transform a canvas to make it look 3D without opengl. I havnt really looked over MapView to see if this

[android-beginners] Re: Problem with Hello Word app

2008-10-11 Thread David Hoffer
Jerry, Well this is interesting / weird. When running the emulator.exe from the command line, I get the following error: C:\android-sdk-windows-1.0_r1\toolsemulator Cannot find file: C:\android-sdk-windows-1.0_r1\tools/lib/images/\kernel-qemu Please specify a valid -kernel file I noticed that

[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-11 Thread Fugita
actually they are using the street view and I think this means it is only possible were street view can be used. On Oct 11, 3:11 am, Esteem [EMAIL PROTECTED] wrote: Enkin's (http://www.enkin.net/) landscape mode does this. I'm not sure what method is used or anything but its possible. But

[android-beginners] Bulk insert on database create...

2008-10-11 Thread atrus123
What would be a good way to approach performing a bulk insert of values during the database creation? What I had tried doing was something like this: public void onCreate(SQLiteDatabase db) { // TODO Auto-generated method stub db.execSQL(CREATE_TABLE);

[android-beginners] Re: Bulk insert on database create...

2008-10-11 Thread atrus123
I figured it out. I was trying to insert data prior to opening the database for writing. On Oct 11, 11:17 am, atrus123 [EMAIL PROTECTED] wrote: What would be a good way to approach performing a bulk insert of values during the database creation? What I had tried doing was something like

[android-beginners] Hello Android could not be run!, compilation errors

2008-10-11 Thread [EMAIL PROTECTED]
Hello, I just started with Android, I find it interesting. I downloaded the Android SDK (C:\android-sdk-windows-1.0_r1). I installed Eclipse 3.4.1 (Ganymede) JDK 6 (jdk1.6.0_06) is already installed on my machine windows XP. I installed Android Development Tools plugin. In

[android-beginners] Hello Android could not be run!, compilation errors

2008-10-11 Thread [EMAIL PROTECTED]
Hello, I just started with Android, I find it interesting. I downloaded the Android SDK (C:\android-sdk-windows-1.0_r1). I installed Eclipse 3.4.1 (Ganymede) JDK 6 (jdk1.6.0_06) is already installed on my machine windows XP. I installed Android Development Tools plugin. In

[android-beginners] plz help to find the mistake.....beginner

2008-10-11 Thread madanmohan
hey guys..m a beginner in java...m not able to print the data in the following data...no errors,tis takin input successfully. please help me to find the flaw...plz!!!please edit the code if required HERE'S THE CODE: import java.util.Scanner; class mix { public

[android-beginners] Android documentation in PDF Format

2008-10-11 Thread PorkChop
Here is the Android 1.0 documentation in PDF format, for those of us who prefer to read things from paper rather than a screen! http://www.frickingnutz.com/?q=node/46 Enjoy! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Hello Android, could not be run!, compilation errors

2008-10-11 Thread bennjava
Hello, I just started with Android, I find it interesting. I downloaded the Android SDK (C:\android-sdk-windows-1.0_r1). I installed Eclipse 3.4.1 (Ganymede) JDK 6 (jdk1.6.0_06) is already installed on my machine windows XP. I installed Android Development Tools plugin. In

[android-beginners] How to install Android SDK

2008-10-11 Thread anubhav_android
I am facing problem in installation of android SDK on window server 2000. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-10-11 Thread Filipe Mondaini
I had this double bin problem too although my solution was different: I've copied the keytool.exe from the JDK folder to %windir%\system32 folder. I did that because I also tried to change the JAVA_HOME classpath. However I was still with this problem. Filipe. On Oct 10, 7:51 am, ftbalagt

[android-beginners] Re: Hello Android, could not be run!, compilation errors

2008-10-11 Thread Xavier Ducrohet
It looks like your project does not contain the android.jar library. How did you create it? Did you create it before setting the path of the SDK in the preferences ? Right click your project in the package explorer, and choose Android Tools Fix Project properties, this should fix it. Xav On

[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-11 Thread Esteem
check out 3:10-3:20 of their video. I dont think thats street view. Also 5:35-6:00 where they specifically show driving directions in a 3D landscape mode :) On Oct 11, 8:10 am, Fugita [EMAIL PROTECTED] wrote: actually they are using the street view and I think this means it is only possible

[android-beginners] Re: Android documentation in PDF Format

2008-10-11 Thread 김병주
last updated date is 25 / sep but In this PDF documents it is updated 22/sep Are there differences between them? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: How to install Android SDK

2008-10-11 Thread Arunachalam
could u send us the error message...where u r falling it will help the group to answer... Cheers, Arun On Sun, Oct 12, 2008 at 2:52 AM, anubhav_android [EMAIL PROTECTED]wrote: I am facing problem in installation of android SDK on window server 2000.

[android-beginners] Re: Hello Android could not be run!, compilation errors

2008-10-11 Thread Karthik P
You have missed out installing ANT and set the environment variables JAVA_HOME to jdk/bin dir and ANT_HOME to ant/bin dir. Set the PATH appropriately as per the document http://code.google.com/android/intro/installing.html Thanks, Karthik On Sat, Oct 11, 2008 at 9:59 PM, [EMAIL PROTECTED] [EMAIL