gavinpugh / vs-android

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

Installs docs should specify 32 bit install of android ndk #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and unzip 64 bit android ndk
2. attempt to build
3. looks for compiler here: 
'c:\android-ndk-r8\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows\bin\a
rm-linux-androideabi-g++.exe'

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

should check here:
C:\android-ndk-r8\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows-x86_64
\bin

What version of the product are you using? On what operating system?

v.94 Win 7 x64

Please provide any additional information below.

I modified the error messages to give me needed info to solve the problem. 
Attached the modified file with additional errors.

Original issue reported on code.google.com by tawnkramer on 27 Mar 2013 at 8:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 18 May 2013 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 21 May 2013 at 7:26

GoogleCodeExporter commented 9 years ago
v0.95 supports the 64-bit NDK

Original comment by gavin.dj.pugh on 22 May 2013 at 7:15