码迷,mamicode.com
首页 > 其他好文 > 详细

Xamarin Error cannot find ‘aapt.exe’

时间:2015-03-18 13:54:11      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

Problem:

 

技术分享

 

solution:

 

A workaround is to copy your files to the old directory. Just copy the aapt.exe file from %android_sdk%\build-tools\17.0.0 to%android_sdk%\platform-tools.

And also copy the %android_sdk%\build-tools\17.0.0\lib folder to %android_sdk%\platform-tools\lib. There is 1 file in that directory, dx.jar which is also needed by Xamarin.

Everything should work normally. Not a really good way to fix the problem, but for now it is a good workaround. When Xamarin fixes this issue, it is a good idea to remove the dummy files 技术分享

 

Reference

http://forums.xamarin.com/discussion/4180/aapt-exe-location-incorrect

Xamarin Error cannot find ‘aapt.exe’

标签:

原文地址:http://www.cnblogs.com/HQFZ/p/4346858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!