How can I solve the problem of cocould not locate Android SDK!

Source: Internet
Author: User

I tried mono for Android in the company these days.

When compiling at home, I always report cocould not locate Android SDK? Finally, the answer is found in monodroid subscribers! Write it down first and try it at night!

 My android-SDK-windows is not installed by default. I installed it on drive D!

I had the same build problem "cocould not find Android SDK" and figured out the problem.

It looks like the resolvesdk task which resolves the android SDK directory is currently hardcoded to the % ProgramFiles (x86) % \ Android directory. this is not where my android SDK is installed. to temporarily fix this on my machine I created a symbolic link from my existing SDK directory to the location where monodroid was expecting it to be. the commands I used to do this on my machine look like:> mkdir "% ProgramFiles (x86) % \ android"> mklink/D "% ProgramFiles (x86) % \ Android \ Android-SDK-Windows "" <your actual install directory> \ Android-SDK- Windows "(Note: You need to do this in a command prompt running as Administrator) Hope this helps others.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.