I'm dual booting Windows 7 and Ubuntu 12.04 Linux. Can I just copy my existing Android SDK platforms from my windows partition to the linux partition? Or are the platforms different? I don't want to waste time redownloading all the packages again.
Android SDK is platform-dependent. That is right.
But if you want to spare some space, you can share several folders between the two OS. You can link Windows folders in Linux using something like ln -s /media/Windows/sdk/XXX ./XXX
for the following independent platform folders :
Then launch the Android SDK on Linux ./tools/android
and check if the packages are available or if some are broken.
Android SDK is platform-dependent. Check this: http://developer.android.com/sdk/index.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With