[android-developers] Re: My First App

2012-11-08 Thread Andrew Long
I can only seem to run the SDK manager in Eclipse. When I select it from windows explorer (even as administrator) nothing seems to happen. Any pointers? Many thanks Andy On Monday, 1 October 2012 08:17:58 UTC+1, ALAN IVAN AYALA NAVA wrote: El viernes, 17 de agosto de 2012 12:13:11 UTC-5,

[android-developers] Re: My First App

2012-10-25 Thread Michael Knight
yes it works but wouldn't that technically be considered a bug as the other packages don't require elevation? On Thursday, October 4, 2012 11:29:54 PM UTC-7, Aristo Michael wrote: Thanks its works for me too -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: My first app, live wallpaper open gl 2.0

2012-10-25 Thread 주노파파
congratulation! let's use, now. 2012년 10월 25일 목요일 오전 8시 5분 5초 UTC+9, cybice 님의 말: You can preview at youtube http://www.youtube.com/watch?v=hOXNxRm8dxohd=1 google play] https://play.google.com/store/apps/details?id=com.icelaba.bestiary -- You received this message because you are

[android-developers] Re: My First App

2012-10-05 Thread Aristo Michael
Thanks its works for me too -- 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] Re: My First App

2012-10-04 Thread gala
Hi Divya, Thanks for sharing. It help . THANK YOU very much! On Friday, August 17, 2012 10:13:11 AM UTC-7, Divya wrote: Hi, I had the smae problem. I could install the support library when I ran SDK Manager as an administrator by right click on SDK manager.exe Thanks -- You

[android-developers] Re: My First App

2012-10-04 Thread ALAN IVAN AYALA NAVA
El viernes, 17 de agosto de 2012 12:13:11 UTC-5, Divya escribió: Hi, I had the smae problem. I could install the support library when I ran SDK Manager as an administrator by right click on SDK manager.exe Thanks Thanks Divya, it works -- You received this message because

[android-developers] Re: My First App

2012-08-17 Thread Divya
Hi, I had the smae problem. I could install the support library when I ran SDK Manager as an administrator by right click on SDK manager.exe Thanks -- 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] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-06-27 Thread bradleyclare
You probably defined the DisplayMessageActivity outside the original application tag in the manifest file. It should go inside the existing application tag. I made that same mistake the first time going through it. Good Luck. On Sunday, January 1, 2012 6:44:05 PM UTC-7, Vinayak wrote: HI,

Re: [android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-06-27 Thread Fred Niggle
First,please turn your caps lock off, second post your code and we can take a look (that does not mean you will get any answer, but we will look). Regards, Fred On 24 June 2012 01:39, bradleyclare bradleycl...@gmail.com wrote: You probably defined the DisplayMessageActivity outside the

[android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Vinu
hi, below is the log from the Log Cat: 01-02 15:00:25.455: W/dalvikvm(300): threadid=1: thread exiting with uncaught exception (group=0x4001d800) 01-02 15:00:25.564: E/AndroidRuntime(300): FATAL EXCEPTION: main 01-02 15:00:25.564: E/AndroidRuntime(300): java.lang.RuntimeException: Unable to

Re: [android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Raghav Sood
Android cannot find the class. Most likely you made a mistake in typing its name or there is an error in your AndroidManifest.xml Thanks On Mon, Jan 2, 2012 at 6:36 PM, Vinu vinu.d...@gmail.com wrote: hi, below is the log from the Log Cat: 01-02 15:00:25.455: W/dalvikvm(300): threadid=1:

[android-developers] Re: My first app

2011-04-11 Thread Sven
It seems you started your app from inside the main.xml. then the main.out.xml is generated. usualy you have to delete this file, then go into a java source and start app from there. it have something to do with the eclipse run settings. i hope this helps and was your prob On Apr 10, 11:31 pm,

[android-developers] Re: My first app

2011-04-11 Thread Peter Webb
An obvious suggestion: don't start by trying to write an app. Start by compiling and running a demo application, and progressively modifying it until it does what you want. There are hundreds of these demos in the SDK and on the net illustrating all types of apps. Keep fixing problems as they

Re: [android-developers] Re: My first app

2011-04-11 Thread anik ralhan
Yes i did the same and the problem was fixed.Thanks everyone for giving so many helpful suggestions. On Sun, Apr 10, 2011 at 11:52 PM, Sven sirdarthna...@googlemail.com wrote: It seems you started your app from inside the main.xml. then the main.out.xml is generated. usualy you have to delete