+ 1

Can I run JavaScript in my Android device?

I'm beginner and I need to know how to download libraries in order to run JavaScript and Android device without PC

25th Feb 2021, 7:15 AM
Hossein Caml
Hossein Caml - avatar
5 Answers
+ 2
javascript is already available in any device having internet browser... if you want to run server sided javascript (ie: nodeJS) you could install termux app and inside this linux console emulator you can install it, as well as a bunch of others ;)
25th Feb 2021, 7:25 AM
visph
visph - avatar
+ 2
Yes, is possible
1st Mar 2021, 3:46 PM
SammE
SammE - avatar
0
Yes, I use DroidEdit for this
26th Feb 2021, 2:49 PM
Redacted
Redacted - avatar
0
https://play.google.com/store/apps/details?id=com.duy.compiler.javanide This app is like Android Studio but runs on Android! you can display html in your app! you can call javascript from java and vice versa! Many apps are built in this way. search google for more information
1st Mar 2021, 3:57 PM
Mehran
Mehran - avatar
0
If you mean running html, css, js codes in the browser is enough to create them using a text editor and then open them with the browser. I suggest you QuickEdit.
1st Mar 2021, 8:18 PM
Mehran
Mehran - avatar