[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
yes i try eclipse 3.2 (apt-get by ubuntu) eclipse 3.3 eclispe 3.4 all have the some problem but at ~/android-sdk-linux_x86-0.9_beta/samples/Snake/bin Snake-debug.apk exists - Snake] Android Launch! - Snake] adb is running normally. - Snake] Could not find Snake.apk! -- Remove

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
so iis there any setting about eclipse i should do ? since i use command line and try to follow the document i do success with making *.apk by use activitycreator, but it's name project-debug.apk ! On 9月4日, 下午3時32分, anderson [EMAIL PROTECTED] wrote: yes i try eclipse 3.2 (apt-get by ubuntu)

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
finally solve the problem what i do : rm -rf ~/.android apt-get remove sun-java5-jdk apt-get remove sun-java6-jdk download eclipse3.4 from www.eclipse.org adt setting .. sdk setting ... and the problem still exist so i close eclipse and try to build up project by use command :

[android-beginners] Re: Special tutorials

2008-09-04 Thread Mark Murphy
shank586 wrote: Hi all is there any special tutorial for Android new SDk apart from DOC by google, if there send me its URL .. http://anddev.org http://www.planetandroid.com/ (blog planet for Android, which incorporates tutorial blogs like http://androidguys.com/category/building-droids/ )

[android-beginners] Style vs. Styleable

2008-09-04 Thread jtaylor
What is the difference between Style and Styleable in Android.R? --~--~-~--~~~---~--~~ 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@googlegroups.com To

[android-beginners] Re: ActivityCreator

2008-09-04 Thread Devesh
i have tried on windows with 0.9, and activitycreator works. On Sep 3, 1:31 pm, JK [EMAIL PROTECTED] wrote: There seems to be an error on the online-tutorial:http://code.google.com/android/intro/hello-android.html#upgrading Section: Creating the Project without Eclipse activitycreator.py

[android-beginners] Android compatibility on Symbian 60 ?

2008-09-04 Thread codergeek82
Ok ok ok, I understand Android is a software stack for mobile devices that includes an operating system, middleware and key applications. But what about those mobile phones like nokia N 95 8GB which is running on Symbian S60 3rd edition, do we need to replace the operating system of the phone? I

[android-beginners] Re: Android compatibility on Symbian 60 ?

2008-09-04 Thread Mark Murphy
codergeek82 wrote: If I already have an industry class mobile phone with Symbian why would i need to go for Android and android application. If you like your Symbian phone, by all means, keep it. However, people upgrade or replace phones all the time. Those people have a choice of

[android-beginners] Re: Style vs. Styleable

2008-09-04 Thread DavidN
A nonexpert guess: android.R.style appears to be values that can be assigned to something to set its value. For instance, android.text.style.TextAppearanceSpan method constructor TextAppearanceSpan(Context context, int appearance), the appearance parameter is taken from android.R.style.

[android-beginners] porting from m5 to 0.9: app fails to start Activity

2008-09-04 Thread [EMAIL PROTECTED]
Hi all, I'm porting an app which runs well under m5 to 0.9 using Eclipse with ADT on Mac OSX 10.5.4 I appear to have made all necessary changes to get the app to compile and link: Eclipse doesn't complain. The bad behavior symptom is that the app basically fails to start. It simply hangs up

[android-beginners] Re: linux(u buntu) 利用eclipse 開發 環境設定問題 ?

2008-09-04 Thread Linuxemacs
anderson 写道: ubuntu上開發android出現一點問題 直接利用apt-get install eclipse 會安裝 eclipse 3.2.2-5ubuntu2 但好像需要比較新的版本 http://code.google.com/android/intro/installing.html supported Development Environments: * Eclipse IDE o Eclipse 3.3 (Europa), 3.4 (Ganymede) 於是就自己去下載了Eclipse 3.4 跟著google 網頁上的步驟之後

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread Linuxemacs
anderson 写道: i have some problem with linux (ubuntu) when use apt-get install eclipse , that will install eclipse 3.2.2-5ubuntu2 but it's recommand to use Eclipse 3.3 (Europa), 3.4 (Ganymede) http://code.google.com/android/intro/installing.html supported Development Environments: *

[android-beginners] Re: connection to a distant socket server

2008-09-04 Thread v3n3
thank for your reply, i can connect to internet without anyproblem and without any proxy. when i set the android.permision.INTERNET, i've got those line in the log : 09-05 11:10:52.561: ERROR/AndroidRuntime(169): Uncaught handler: thread main exiting due to uncaught exception 09-05

[android-beginners] Re: connection to a distant socket server

2008-09-04 Thread Megha Joshi
2008/9/4 v3n3 [EMAIL PROTECTED] thank for your reply, i can connect to internet without anyproblem and without any proxy. when i set the android.permision.INTERNET, i've got those line in the log : 09-05 11:10:52.561: ERROR/AndroidRuntime(169): Uncaught handler: thread main exiting due

[android-beginners] adding Scroll bar

2008-09-04 Thread Imran
Hi How to add Scroll Bar to TextView. ? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from