Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatosc/jnlua-android
Automatically exported from code.google.com/p/jnlua-android
https://github.com/renatosc/jnlua-android
Last synced: 23 days ago
JSON representation
Automatically exported from code.google.com/p/jnlua-android
- Host: GitHub
- URL: https://github.com/renatosc/jnlua-android
- Owner: renatosc
- Created: 2015-08-21T23:02:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T23:03:32.000Z (over 9 years ago)
- Last Synced: 2023-08-14T13:42:25.911Z (over 1 year ago)
- Language: C
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Project structure
=================jnlua-android-0.9.6a - this is an android library
jnlua-android-testapp - this is a simple example app that runs a script using the libraryNotes
=====This release is based on jnlua-0.9.6 and lua 5.1.5 sources
1. Lua sources were modified so that output will go to android log instead
of stdout.
2. jnlua.c was modified so that it won't use global weak references due to
the behaviour of dalvik in android < 4.x where it immediately releases weak
referneces.
3. Support for using java from lua was removed.Requirements
============1. You can import the projects from Eclipse by going to File>Import and choosing
Existing Projects (NOT Existing Android Projects)
2. Tested on android >= 2.2
3. You need to have ndk, get it from android developers site (google it)
I've included an ndk builder configuration in the Eclipse projects
which will compile jnlua native libs for armv7,armv6 and intel x86.Cheers, Max Raskin.