quickjs-android
quickjs-android copied to clipboard
QuickJS Android wrapper
QuickJS quickJS = new QuickJS.Builder().build(); JSRuntime runtime; JSContext jsContext; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_quick_jsactivity); initJSContent(); demo(); } private void initJSContent() { runtime = quickJS.createJSRuntime(); jsContext = runtime.createJSContext();...
juickjs-jni.c:1000 jstring j_str = (*env)->NewStringUTF(env, str);
我的写法是 MapTypeAdapter是这个TypeAdapter .registerTypeAdapter( object : TypeToken() {}.type, MapTypeAdapter() ) 但是泛型识别不出来,实现不知道这个type要怎么传递
I use axios in js, but throw error is this not support axios?
Just a note for anyone else that may have encountered this: when running `quickjs-android` in a build that includes ProGuard, symbol information is discarded. This will cause the library to...