8000 GitHub - yaronyg/jxcore-android-basics: jxcore / node.js on Android OS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yaronyg/jxcore-android-basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JXcore / Node.JS for Android sample

This project is a kind of 'hello world' for JXcore's native interface on an Android application. It's an Eclipse IDE project. You also need Android-NDK is installed on your system.

The sample project use JXcore SpiderMonkey JIT build for Android ARM and Intel processors.
Prebuilt JXcore binaries are already available under 'jxcore-droid/jxcore-binaries'

Before Start

How to setup Android NDK for Eclipse IDE
Download Android NDK
Eclipse Android Plugin

Tips

Open Eclipse IDE and from the 'Project Explorer', Right Click->New->Other
Android->Android Project from Existing Code
Pick 'jxcore-droid' folder and move forward.

Do exactly the same with 'android-support-v7....' folder.

After all, you should have two eclipse projects on 'Project Explorer'. One of them is an Android support project. The other one is JXcore sample project. Make sure you have both of them on Eclipse.

Right click to 'jxcore-droid' project -> Android Tools -> Add Support Library .. and follow the steps.

If you have errors etc. (from top menu) Project -> Clean -> (Select both of the projects)

Right click to 'android-support-v7...' project and 'Build'.

You may need to update some project settings for your environment. Feel free to ask from Github!

About

jxcore / node.js on Android OS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.6%
  • Makefile 7.8%
  • C++ 5.5%
  • JavaScript 1.3%
  • C 1.2%
  • HTML 0.6%
0