1 | initial version |
The problem is due to Android ADT and/or Android NDK. The editor identifies false errors, in fact, the Console indicates that the C code is compiled without errors. However, Eclipse does not allow to run code/apps which, according to him, contains errors. So the fastest way to get around this is to modify the properties of the project in:
Project -> Properties -> C / C + + General -> Code Analysis
changing the "severity" of the "problems" that appear in the editor to "warning" or other types.