我正在尝试在Android应用程序上运行JSC(https://github.com/facebook/android-jsc)。我找不到任何可以使用它的API。您能指导我使用任何资源吗?
最佳答案
使用gradle
implementation 'org.webkit:android-jsc:r174650'
但是如果您下载
aar
文件,例如http://central.maven.org/maven2/org/webkit/android-jsc/r174650/android-jsc-r174650.aar然后classes.jar
将为空。只有可用的jni二进制文件关于javascript - 如何在Android上使用Javascript Core(JSC)?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/48638040/