Anant_infinity
Anant_infinity

Reputation: 73

How to use android SDK of android studio in xamarin

As Xamarin needed Android SDK so put the path of android studio's Android SDK in it but then this error occurred so it showed this page. I wanted to do this because i want to save disk space on my hard disk i do not want to have separate android SDK for separate software.

Error Screen

Upvotes: 0

Views: 353

Answers (1)

Mike Ma
Mike Ma

Reputation: 2027

In my PC, I have android studio and vs2015 share the same android sdk.

Android Studio:

enter image description here

Virtual Studio: 

enter image description here

Just move your android studio sdk to a correct path and set both IDE Android SDK Location with the same path.

Upvotes: 1

Related Questions