Does anyone know of a Javascript compiler or interpreter (likely to be a mix of both) that can run be on a server?
有没有人知道可以在服务器上运行的Javascript编译器或解释器(可能是两者的混合)?
I am looking to send it my javascript/css/html and have it return a functioning .apk file.
我希望发送它我的javascript / css / html并让它返回一个正常运行的.apk文件。
If this is not possible or does not exist is there perhaps a javascript to java and then a java to apk compiler I could implement?
如果这不可能或不存在,可能有一个javascript到java,然后我可以实现java到apk编译器?
2 个解决方案
#1
2
I am still not clear on what you are expecting, but you may want to check out PhoneGap. It takes HTML, CSS, and JS and creates APK files that display that HTML, CSS, and JS.
我仍然不清楚你的期望,但你可能想看看PhoneGap。它需要HTML,CSS和JS,并创建显示HTML,CSS和JS的APK文件。
#1
2
I am still not clear on what you are expecting, but you may want to check out PhoneGap. It takes HTML, CSS, and JS and creates APK files that display that HTML, CSS, and JS.
我仍然不清楚你的期望,但你可能想看看PhoneGap。它需要HTML,CSS和JS,并创建显示HTML,CSS和JS的APK文件。