Problems using Rhino on Android

后端 未结 3 1369
清酒与你
清酒与你 2020-12-05 14:54

I\'m trying to use Mozilla Rhino in my Java application for Android to evaluate some JavaScript. I am using Eclipse + ADT plugin.

First I tried simply downloading th

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 15:17

    An Android-compatible edition of rhino1_7R2.jar is available on the SL4A site, in the version control system. Here is a sample project that wraps up Rhino and BeanShell into an Android interpreter service.

提交回复
热议问题