I have installed Xamarin version 4.0.8 and I have to install and add Android sdk, you know I downloaded Android (adt-bundle-windows-x86) and I have an Installer (installer_r22-windows.exe). Anybody can tell me please what I can use for install Android sdk into Xamarin ?
Related
is it possible to install android SDK without Android Studio on Ubuntu.?
You can install the Android SDK without Android Studio on Ubuntu and Windows as well,
follow the steps mentioned in Guide installing Android SDK
just have a look at this or maybe this
is it mandatory to download and install android sdk for eclipse or not? I have tried to install android studio but my program won't run.
Are you new to Android development if so please try to use Android Studio Where in you don't want to install Android SDK separately.
https://developer.android.com/studio/index.html
i use SDK installer and download android 2.2
but when i try to choose Framework, there is no android 2.2
does someone know how to fix in / download android 2.2 for Xamarin so i could use it as a framework?
Open the Android SDK Manager. From there you can select which framework version should be installed on your machine.
I have my Android SDK and NDK installed on my computer (On custom locations) . I am trying to install xamarin on my Windows environment but the installer wants to force me to install SDK and NDK . It looks like it cannot find by installations folder. Is there a solution to specify when my SDK and NDK are installed ?
Thanks.
I finally managed to get The installer detect my sdk location. Here's what I did:
Install Xamarin Studio Alone (https://store.xamarin.com/account/my/subscription/downloads)
Change your SDK , NDK , JDK Locations in Xamarin Studio settings and close
Download the Universal Installer and start
It will automatically detect that Xamarin Studio installed and will use its settings.
Install other dependencies
Start visual studio and enjoy !
The Xamarin Team really need to add the possibilty to select your SDK/NDK/JDK locations at INSTALLATION TIME
According to the Xamarin docs you can configure where it looks for the SDKs:
http://developer.xamarin.com/guides/android/getting_started/installation/windows/manual_installation/#Xamarin_Studio
I installed android studio on ubuntu by downloading it directly from http://developer.android.com/sdk/installing/studio.html#download...According to the site:
"This installation includes:
Android Studio Beta
All the Android SDK Tools to design, test, and debug your app
A version of the Android platform to compile your app
A version of the Android system image to run your app in the emulator"
However there is no sdk included in the package. I also then tried installing android studio using udtc, and the same thing happened. If anybody has installed android-studio beta v0.8.14, successfully your help would be greatly appreciated.