Android\Sdk\sources\android-27\java\lang\String.java
@FastNative
public native String concat(String str);
- Why Android Studio
Cannot resolve symbol@FastNative? - How is that this java method could call a native method without mentioning the class or package containing the
concatmethod in the native code?