Hi, I am new to use Android Studio, and recently I am starting to work on an audio app using juce.
I downloaded the latest Juce and AndroidStudio, then I followed the Juce official introduction pretty well step by step.
Without any changing of the code, I found these errors:
In main.cpp:

Then in ProjectName.java:
private native void handleReceive (long host, byte msg, int offset, int count, long timestamp);
handleReceive Cannot resolve responding …
Same errors with handleMouseDown, handleMouseDrag, handleMouseUp, focusChanged, viewSizeChanged,dispatchDrawNative, surfaceCreatedNative, surfaceDestroyedNative, surfaceChangedNative.
Actually I tried to compile it to my phone, and it worked. But I really want to know whether I am the only one have these errors, may this affects later?
Best regards,
H
