Ask Your Question

Guara's profile - activity

2015-12-16 07:06:49 -0600 received badge  Famous Question (source)
2015-12-15 09:29:28 -0600 received badge  Notable Question (source)
2014-06-30 01:47:14 -0600 received badge  Popular Question (source)
2013-04-21 13:12:15 -0600 received badge  Student (source)
2013-04-10 12:12:27 -0600 received badge  Scholar (source)
2013-04-10 12:11:57 -0600 commented answer Does NDK come with ADT Bundle or not?

I figure out the problem. No target was set on the Project Build Target (Properties->Android) for any of the samples. Anyway, thanks for reminding me to set the env var, that helped me with the C/C++ samples.

2013-04-09 23:00:30 -0600 asked a question Does NDK come with ADT Bundle or not?

Hi,

I am doing the configuration process to start programming in C/C++ on Android, but I got build errors when I imported the samples from the <opencv-2.4.5-android-sdk> folder into the Package Explorer. I thought that was the problem with the '.cmd' thing, but it doesn't even shows the 'C/C++ Build' option in the 'Project Properties' window.

I did the procedure that says to use the ADT Bundle instead of downloading each tool, so I just wanna know if the NDK and the CDT is already included on it as it says: "...in addition to Android SDK Tools includes Eclipse + ADT + NDK/CDT plugins..."

Btw my laptop has Windows 7.