Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

A simple jMonkeyEngine based project using Android Studio

Notifications You must be signed in to change notification settings

iwgeric/Simple-jME-Android

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

  1. Download and Install Android Studio - http://developer.android.com/sdk/index.html
  2. Download the Android SDK versions you want to develop and test for by selecting Tools->Android->SDK Manager. This project has a minimum level of Android 4.4 (API 19 - KitKat)
  3. From within Android Studio, create a new project by selecting File->New->Project From Version Control->Github

After the project is created within Android Studio, plug in your device via USB and you should be able to run the "app" configuration with the play toolbar button. This will download, install, and run the application.

If you have issues connecting to the device, make sure you've installed the device manufacturer's USB drivers.