@dsenter: looks like you didn’t copy over the AndroidJNI.cpp but instead renamed the old one and left it in the project. So now you have two cpp files trying to define the same methods and classes, causing all kinds of conflicts… and your errors. Move the old files out of the project and then it should work.