-
Notifications
You must be signed in to change notification settings - Fork 14
/
README.txt
25 lines (20 loc) · 933 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Directory structure:
java
GUI in Android
create and edit java/local.properties, save the SDK's and the certification keys' directory:
sdk.dir=/home/petya/download/android-sdk-linux_x86
sdk.key=/home/petya/work/Webkey
run either "ant release" or "ant debug" in java/ to compile
java/assets/webkey
root directory of the service, all the html/js/css files go here
service
all source to compile the binary webkey, which goes to java/assets/bin/
set the NDK directory, in my case:
export ANDROID_NDK=/home/petya/download/android-ndk-r8b
run "make" in service/ to compile
sl4a
create and edit sl4a/ScriptForAndroidTemplate/local.properties, save the SDK's and the certification keys' directory:
sdk.dir=/home/petya/download/android-sdk-linux_x86
sdk.key=/home/petya/work/Webkey
all source to compile Scripting Layer For Android, which goes to java/libs/script.jar
run "ant main" in sl4a/ScriptForAndroidTemplate/