c# - Xamarin Studio Android App "aapt.exe" exited with code -1073741819 error MSB6006: -
i create project , wanna build , run in android phone.
here normal detail of project output. did not put space , dash in of file. while error error msb6006: "aapt.exe" exited code -1073741819. display
c:\users\devicebee saqe\appdata\local\android\android-sdk\build-tools\21.0.1\aapt.exe package -f -m -m "c:\users\devicebee saqe\appdata\local\temp\mwyidlg1.uvy \androidmanifest.xml" -j "c:\users\devicebee saqe\appdata\local\temp\mwyidlg1.uvy" --custom-package app1.app1 -f "c:\users\devicebee saqe\appdata\local\temp\mwyidlg1.uvy \resources.apk.bk" -s obj\debug\res -i "c:\users\devicebee saqe\appdata\local\android \android-sdk\platforms\android-12\android.jar" --auto-add-overlay --max-res-version 12
c:\program files (x86)\msbuild\xamarin\android\xamarin.android.common.targets(783,2): error msb6006: "aapt.exe" exited code -1073741819.
adding technote link - remove sdk 24 using android sdk manager solution noted @ali. technote on exact issue here - https://releases.xamarin.com/technical-bulletin-android-sdk-build-tools-24/ . totally removing "24" machine cleared it. changing targets did not.
Comments
Post a Comment