mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
pre is now 3.2
This commit is contained in:
@@ -5,9 +5,7 @@ require 'motion/project/template/android'
|
||||
Motion::Project::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'TestAndroid'
|
||||
app.api_version = '18'
|
||||
app.sdk_path = File.expand_path('~/src/android-sdk-macosx')
|
||||
app.ndk_path = File.expand_path('~/src/android-ndk-r9d')
|
||||
app.api_version = 'L'
|
||||
|
||||
# Build the vendor jar if needed.
|
||||
testjava_jar = 'vendor/testjava.jar'
|
||||
|
||||
Reference in New Issue
Block a user