Hi, I have "Android 1.5 Platform" on my machine.
I just installed the latest version i.e. 2.0.1 using the android- sdk_r04-windows.zip available online. I am using Eclipse Galileo IDE. I have few questions on this, 1> Can i switch to the new version by just changing the preference in the IDE to the installed dir "android-sdk-windows"? 2> Doe the new SDK version has Google Maps API built in that? Thanks, Arun On Dec 6, 11:55 am, Adrian Romanelli <[email protected]> wrote: > This is what I did, when I came upon the same problem, and it worked > for me (Windows 7 x64). > > C:\Users\Public\android-sdk-windows\tools>android > Starting Android SDK and AVD Manager > SWT folder 'lib\x86_64' does not exist. > Please set ANDROID_SWT to point to the folder containing swt.jar for > your platfo > rm. > > C:\Users\Public\android-sdk-windows\tools>dir ..\swt.jar /s > Volume in drive C has no label. > Volume Serial Number is F484-7812 > > Directory of C:\Users\Public\android-sdk-windows\tools\lib\x86 > > 12/04/2009 03:26 PM 1,584,454 swt.jar > 1 File(s) 1,584,454 bytes > > Directory of C:\Users\Public\android-sdk-windows\tools\lib\x86_64 > > 12/04/2009 03:26 PM 1,658,174 swt.jar > 1 File(s) 1,658,174 bytes > > Total Files Listed: > 2 File(s) 3,242,628 bytes > 0 Dir(s) 238,457,712,640 bytes free > > C:\Users\Public\android-sdk-windows\tools>set ANDROID_SWT=C:\Users > \Public\android-sdk-windows\tools\lib\x86_64 > > C:\Users\Public\android-sdk-windows\tools>android > Starting Android SDK and AVD Manager > No command line parameters provided, launching UI. > See 'android --help' for operations from the command line. > > On Dec 4, 3:10 pm, Raphael <[email protected]> wrote: > > > For all of those who have the issue of 1.6_r2 not installing under > > Windows: that's because Eclipse is locking the folder. The solution is > > to close Eclipse and run the $SDK\tools\android.bat script directly. > > Then 1.6_r2 will install correctly. > > > HTH > > R/ -- 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

