[android-beginners] Re: Android SDK and AVD Manager Failed to fetch URL:HTTPS SSL error

2009-11-29 Thread Drew
Adding the line: sdkman.force.http=true to androidtool.cfg fixed the problem for me. I noticed that some other buttons don't respond to being clicked in the Android SDK manager, this might be the source of the problem. Pressing the space bar after tabbing to the button works fine. I'm running

[android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-02 Thread Drew
here's what I've figured out so far guys The problem with HTTPS ERROR is that you need to add the line sdkman.force.http=true to your androidtools.cfg file. I'm haveing the same issue with it letting me view what updates are availible but not downloading, if you get an older version of SDK, it

[android-beginners] Help getting platform

2009-11-02 Thread Drew
let me first say that I'm new to Adroid and SDK Problem: when I try to download the any platform under the Availible Packages section of the Android GUI, it doesn't do anything when I click Install Selected. It will get the list and show me what can be downloaded, but won't actually download it.

[android-beginners] J2ME apps for Android

2008-10-20 Thread drew
Hey All, Since Android is Java based, it would be great to be able to use all of the Java mobile apps written for Blackberrys and the like. Is there any chance a JAD distributed application can be made to install on an Android device? Perhaps an installer can be built to automatically convert

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-10-20 Thread drew
Thanks. I just tried using it to install a bible reader from the following URL: http://www.olivetree.com/java/BibleReader-Generic-midp2-ASV.jad It appears to install ok, but doesn't run properly. I can't do anything once it's opened up. I did run the shell chmod command as instructed. Drew