gavinpugh / vs-android

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

"vs-android requires at least the r9c" on r10c #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Try Android NDK r10c

What is the expected output? What do you see instead?

vs-android requires at least the r9c version of the NDK installed.
Also, check that your ANDROID_NDK_ROOT path is correct!
It's currently: 'c:\job\android-ndk-r10c'

Path to NDK is correct.

What version of the product are you using? On what operating system?
vs-android v0.963

Please provide any additional information below.
Looks similar to issue 105
https://code.google.com/p/vs-android/issues/detail?id=105

Original issue reported on code.google.com by michal.w...@vividgames.com on 7 Nov 2014 at 11:50

GoogleCodeExporter commented 9 years ago
Again it's an issue with clang check.

A workaround:
Edit C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Android\Microsoft.Cpp.Android.ta
rgets

change clang version to 3.4 in the following line:
<Error 
Condition="!exists('$(AndroidNdkDir)\toolchains\arm-linux-androideabi-clang3.3\c
onfig.mk')"

Original comment by michal.w...@vividgames.com on 7 Nov 2014 at 12:02

GoogleCodeExporter commented 9 years ago
Please delete the issue. It's a duplciate of #128.

Original comment by michal.w...@vividgames.com on 7 Nov 2014 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 10 Nov 2014 at 5:22