-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 757 Bytes
/
README
File metadata and controls
31 lines (20 loc) · 757 Bytes
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
26
27
28
29
30
minimalistic example for creating an android app using the 'gmp' library.
BASED ON
1. hellojni example from android NDK (under $NDK_ROOT/samples)
2. http://stackoverflow.com/questions/4285605/android-ndk-compile-gmp-library
by user Steph
TESTED ON
ubuntu linux 10
android-ndk-r7
android emulator with CPU armeabi-v7a and OS Anroid 4.0
ant 1.8
WHAT DOES IT DO
it is a normal java android app that will ask GMP the sum of two ratios.
it prints the answer on screen.
HOW TO USE
see http://en.wikibooks.org/wiki/User:Dbright/Android_compile
LICENSE
This contains modifications of code originally copyright by
The Android Open Source Project
and released under the Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0.html