gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Unable to set Target Android API Level beyond Level 14 (Android 4.0) #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enviroment:
-I installed NVidia Nsight Tegra for Visual Studio (I use VS 2010 on Windows 7 
64 bit)
-I downloaded all contents for Android 4.1.2 (API Level 16)
-I installed vs-android-0.951
Steps to reproduce error
-I start a new Projekt: "Android Hello World Demo"
-I plug in my Galaxy Note 2 (Actual Android 4.1.2, API Level 16)
-I hit Debug and get an error:
 "apache-ant-1.8.2\bin\ant.bat" wurde mit dem Code 1 beendet.
 (... endet with Code 1)
-With "Tegra" as Debug-Platform I only have to define the Min/Max/Target API 
Level corresponding to my device, but when using vs-android's "Android" I only 
can choose an API Level up to Level 14 within the project properties

So what to do?

Original issue reported on code.google.com by TheOnlyRainer@gmail.com on 29 Nov 2013 at 1:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 3 Jan 2014 at 6:20

GoogleCodeExporter commented 9 years ago
Fixed in the new v0.96.

Original comment by gavin.dj.pugh on 4 Jan 2014 at 8:28