Hello I just started my experiments in android. I am using Ubuntu 9.10. I installed Java SDK, Eclipse and downloaded SDK from android-sdk_r06- linux_86.tgz as from http://developer.android.com/sdk/index.html. I tried to execute the program `android` tools directory inside the unziped directory ( android-sdk-linux_86 ) and next step was to set package.
>>>>>>> sa...@salil-laptop:~/Downloads/android-sdk-linux_86/tools$ ./android ./android Starting Android SDK and AVD Manager No command line parameters provided, launching UI. See 'android --help' for operations from the command line. <<<<<< GUI came up. 'Available Packages' -> I could see one line https://dl-ssl.google.com/android/repository/repository.xml. When I click the checkbox, It poped up a windows "Loading source". It failed with message XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml. Error: java.lang.NullPointerException There I could see two leaves for the top level item as follows * No suitable XML schema validator could be found in your Java environment. Please update your version of java * no packages found Java version I am running in my system is sa...@salil-laptop:~/Downloads/android-sdk-linux_86/tools$ java - version java version "1.5.0" gij (GNU libgcj) version 4.4.1 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. sa...@salil-laptop:~/Downloads/android-sdk-linux_86/tools$ javac - version javac 1.6.0_20 Any idea what is going wrong here ? Is there any work around for this issue Through browser I can see the repository.xml file. Is there any way I can specify the xml file through command line or some thing. Thanks Salil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

