Reputation: 1266
I am developing an Android application which uses JNI and native source code for the implementation. In my C source file I have a variable of the type of wchar_t*
.
The Eclipse compiler says that the type could not be resolved. I can't find a solution for this error.
Upvotes: 0
Views: 606