gavinpugh / vs-android

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

TRK0002 error #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TRACKER : error TRK0002: Failed to execute command: 
"E:\android\android-ndk\toolchains\arm-linux-androideabi-4.6\prebuilt\windows-x8
6_64\bin\arm-linux-androideabi-g++.exe 
@C:\Users\Administrator\AppData\Local\Temp\87822db9b88f472da4da40bc50c0b917.rsp"
.

I missed it, and I had read the "Installion" in the wiki, but my NDK is the 
"android-ndk-r8e-windows-x86_64.zip", sdk is 
"adt-bundle-windows-x86_64-20130219.zip", does this is a 64bit version?

PS: my win7 is 64bit, but the java is 32bit.

Original issue reported on code.google.com by coollofty@gmail.com on 7 Jun 2013 at 10:11

GoogleCodeExporter commented 9 years ago
Solution is detailed at the top of the Troubleshooting page:
https://code.google.com/p/vs-android/wiki/Troubleshooting

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

GoogleCodeExporter commented 9 years ago
Hi. I was wondering if you have any insights into the underlying cause of this 
issue.

I've been able to consistently reproduce this issue in a VM.

1. I make a new VirtualBox VM.
2. I install Win7 x64 and all updates.
3. I install VS 2012 and any updates.
4. I follow the instructions to install vs-android (using the 64-bit NDK).
5. I open one of the samples -- hello-gl2 -- and try to build, but it fails 
with the same error message as reported in the above issue report.

Original comment by Jeff.Mott.OR on 12 Mar 2014 at 7:44