Home
> How Can I Make Android Apps With Javascript?
Question
How can I make Android apps with JavaScript?
Reply
Similar articles
- Is there an iOS emulator for Windows similar to BlueStack for Android?
- How can I virtualize Windows on Android?
- How can I transfer files between a computer and an Android phone over WiFi?
- How did they make a computer talk by substituting Stephen Hawking's voice?
- What does the 'make' command do in Linux?
How can I make Android apps with JavaScript?
With Javascript you cannot make native Android apps (not directly, at least...unless there was a cross-compiler or code converter...)
Javascript is a language originally designed to be executed in web browsers (although today, there are server-side implementations).
Javascript is not a language that compiles to binaries executable by Android runtimes.