[android-beginners] Can't build HelloAndroid on debian edge !

2008-08-26 Thread frma71
Hello, I'm trying to follow the tutorial to create and build the HelloAndroid example, unfortunately I get Error generating final archive: null HelloAndroidUnknown in the Problems view when trying to build/run. I've tried both with eclipse- java-europa-winter-linux-gtk.tar.gz and

[android-beginners] what about Hardware request of Android system ?

2008-08-26 Thread chenwxy
Android system in the future would be a software?we can install it on the mobile devices?just like install in WM mobile,blackberry,etc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-26 Thread Filipe Abrantes
I'm on Eclipse 3.4 and I get the same error for a few days now... Cheers, Filipe Megha Joshi wrote: What is your Eclipse version and OS? Did you follow the steps under Troubleshooting ADT Installation section below: http://code.google.com/android/intro/installing.html 2008/8/24 LGG

[android-beginners] Re: Simple View problem. can't add children to the main View?

2008-08-26 Thread Mark Murphy
Bourke Floyd IV wrote: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.main); RelativeLayout mainView =

[android-beginners] Re: Simple View problem. can't add children to the main View?

2008-08-26 Thread Gies,Brad
My vote would be to have them in the menu all the time, and switch their state from Enabled to Disabled. I hate menus that change the number of items, especially in a cell phone. When I'm walking down the street or in my car, I don't want to have to look at the menu and if it's an application

[android-beginners] Re: Add Wikinote as new project in eclipse

2008-08-26 Thread spinifu
Hi there, I don't have a clue why, but i've had the same problem with some of the projects I've downloaded. This worked for me, create a new Folder, named whatever you want, and put the project inside that folder. This way it shouldn't give you any errors. Hope it helps, cheers

[android-beginners] Re: ListAdapters

2008-08-26 Thread spinifu
Hello: First of all thanks to Mark. It didnt quite solve my problem, basically cause i didn't explain myself clearly. I meant buttons, instead of icons. Icons are just ImageViews, but i want my ListView to be able to handle buttons embedded in the actual rows, clickable buttons. Thanks again to

[android-beginners] How to start

2008-08-26 Thread Shuvo
I am a beginner to Android. How would I proceed to learn Android. Do you have any reference to any book ?? I am experienced with Java 2 Standard Edition Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-26 Thread 程鹏亮
if you can send the picture about what you discrible,I think I need it --~--~-~--~~~---~--~~ 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

[android-beginners] Android Map Access Issue

2008-08-26 Thread Roger
Hi all, Greeting from Roger I can successfully use the browser to view any web page after setting proxy server on emulator but map Apps do not work at all. Error the network seems to be down for now. we'll keep trying, though was popup... Is there anybody can help me on this?? Thanks a lot.

[android-beginners] Re: Simple View problem. can't add children to the main View?

2008-08-26 Thread 程鹏亮
maybe you are rigt. I 'will think about what you said. thanks --~--~-~--~~~---~--~~ 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: ListAdapters

2008-08-26 Thread Mark Murphy
First of all thanks to Mark. It didnt quite solve my problem, basically cause i didn't explain myself clearly. I meant buttons, instead of icons. Icons are just ImageViews, but i want my ListView to be able to handle buttons embedded in the actual rows, clickable buttons. The last two posts

[android-beginners] Re: How to start

2008-08-26 Thread Mark Murphy
Do you have any reference to any book ?? Links to the currently-available books on Android can be found in my Android Programming Knol: http://knol.google.com/k/mark-murphy/android-programming/20nbq3zttfl8v/2 At the moment, there are three books in print: -- The Busy Coder's Guide to Android

[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-26 Thread Mark Murphy
hi i have some question about webkit and webview i want to show some javascript that already exist in my project i found i need to survey android.webkit.WebView but i dont know which widget i should select , since there are no android.widget.WebView, You want android.webkit.WebView.

[android-beginners] Re: Can't build HelloAndroid on debian edge !

2008-08-26 Thread Megha Joshi
Were you able to successfully install both the new sdk and plugin as per the instructions below? http://code.google.com/android/intro/installing.html To ensure that your android environment is setup correctly, can you do the following: 1) In Eclipse, select New- Android Project 2) Fill in the app

[android-beginners] Re: Android SMS

2008-08-26 Thread Megha Joshi
2008/8/26 Sylvester Steele [EMAIL PROTECTED] Hi, this might seem silly, but I can't get the SMS app to work. Issues: 1. Can't type in the To field. Worked around by selecting a contact from the addressbook. 2. Can't type a message! How do I select the Open keyboard to compose message and

[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-26 Thread anderson
thanks Mark, i have another question my main.xml : LinearLayout WebView android:id=@+id/mywebview Button . . and my code : webView1 = (WebView) findViewById(R.id.mywebview); there is an error message : R.id can't be solved i dont know why, since i already import

[android-beginners] Re: Problem installing apk files into emulator

2008-08-26 Thread MSW
I did not capture this output. I will have to try and reinstall from scratch (I had the previous version installed previously). Will report back, but I assume a fresh install will resolve my problem. On Aug 22, 12:25 pm, Xavier Ducrohet [EMAIL PROTECTED] wrote: can you provide us with the

[android-beginners] Treo Pro skin now available for Android Emulator!

2008-08-26 Thread Tea Vui Huang
Treo Pro skin now available for Android Emulator! http://teavuihuang.com/android To install, download and unzip QVGA-L-TreoPro.zip to the Android skin directory, e.g. C:\android-sdk-windows-0.9_beta\tools\lib\images \skins. To run the Android emulator with this Treo Pro skin, enter this on the

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-26 Thread Ralf
If you can't access https://dl-ssl.google.com/android/eclipse/ simply try to use http:// instead of https://. R/ On Tue, Aug 26, 2008 at 8:35 AM, Gies,Brad [EMAIL PROTECTED] wrote: I'm also had the same problem a couple of times (I installed Android on 2 work machines and 2 home machines). In