gavinpugh / vs-android

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

problem with vs2010 10.0.30319.1 RTMRel #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By follow the installation wiki, I intalled vs-android by "vs2010.cmd" with 
Administrator permission(manually also tried), and installed sdk, ndk, ant, 
then start vs2010, in file->New->Project, no android project found. 
Open a sample sln, build, error occurs:

1>  All outputs are up-to-date.
1>TRACKER : error TRK0002: Failed to execute command: 
"D:\Android\android-dev\ndk\toolchains\arm-linux-androideabi-4.6\prebuilt\window
s-x86_64\bin\arm-linux-androideabi-g++.exe 
@C:\Users\Administrator\AppData\Local\Temp\bdd4bdbaef4842e19c41ec0f17dc4992.rsp"
.
1>
1>Build FAILED.

Ask for help, thank u guys!

Original issue reported on code.google.com by breezech...@gmail.com on 24 May 2013 at 2:40

GoogleCodeExporter commented 9 years ago
The build error resolved, change ndk to x86 version, how to new a android 
project still a problem.

Original comment by breezech...@gmail.com on 24 May 2013 at 3:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
FYI: 32 bit ndk works fine still, just the 64 bit is problematic.

http://code.google.com/p/vs-android/wiki/Troubleshooting (see that for your own 
reference, breezech)

Original comment by lanning...@gmail.com on 31 May 2013 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 18 Jun 2013 at 10:39