Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install JavaScript plugin in Android Studio

I'm running Android Studio version 0.3.7 on OS X 10.9. When I opened a JavaScript file I received a prompt saying: Plugin supporting files with *.js are found with 2 options: install plugins and ignore plugins. When I click the install option, a new Choose plugins to install or Enable window pops up, but it's empty, and only "nothing to show" is written. Has anyone experienced this? Is there a way to manually search and install these JavaScript plugins?

like image 410
Itai Hanski Avatar asked Dec 05 '13 09:12

Itai Hanski


People also ask

Can I use JavaScript in Android Studio?

Can we use JavaScript for Android? Yes, of course! The Android ecosystem supports the concept of hybrid apps, which is a wrapper over the native platform.

Where are Android Studio plugins installed?

Step 1: Open the Android Studio and go to File > Settings as shown in the below image. Step 2: After hitting on the Settings button a pop-up screen will arise like the following. Here select Plugins in the left panel.

What are plugins in Android Studio?

The Android Gradle plugin (AGP) is the official build system for Android applications. It includes support for compiling many different types of sources and linking them together into an application that you can run on a physical Android device or an emulator.


1 Answers

See https://stackoverflow.com/a/25109551/4028484 for a Git repo with appropriate settings for syntax highlighting.

like image 138
Jesse W at Z - Given up on SE Avatar answered Nov 15 '22 07:11

Jesse W at Z - Given up on SE