JavaSaBr / jmonkeybuilder

jMonkeyBuilder
Apache License 2.0
76 stars 18 forks source link

Android Studio support? #19

Open xahon opened 6 years ago

xahon commented 6 years ago

Android studio (even the newest version) cannot find jme plugin on its repositories.

I found a temporary solution:

  1. Download version 1.3.2 https://plugins.jetbrains.com/plugin/10333-jmonkeyengine-support
  2. Open plugins window in AS
  3. Click 'Install from disk'
  4. Choose downloaded plugin from the list

The latest version of plugin at the time (1.3.4) doesn't work on the latest AS 3.1.2

I think you should add this plugin into AS plugins repos

P.S. I didn't check another versions lower than 1.3.2 and AS lower than 3.1.2

Ubuntu 16.04.3 java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode)

JavaSaBr commented 6 years ago

Could you try this version, please? https://yadi.sk/d/tyVuJhjj3WUr2V

xahon commented 6 years ago

@JavaSaBr it works fine

JavaSaBr commented 6 years ago

@xahon ok, but I'm not going to upload this version to the official repository because it isn't compatible with current IntelliJ IDEA. AS is based on idea 2017.4 which is too old and any plugin can't be compatible with both IDEs at the same moment.