Bug #1175
umk: Fix for android builder
Status: | Approved | Start date: | 07/09/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Android | Spent time: | - | |
Target version: | Release 2015.2 |
Description
int GetHydraThreads()
should return correct value for android builder
String GetAndroidSDKPath()
should be moved to Build method and correctly supported
(and umk should be checked to work after that).
History
#1 Updated by Zbigniew Rebacz almost 10 years ago
- Category set to Android
- Assignee set to Zbigniew Rebacz
#2 Updated by Zbigniew Rebacz over 9 years ago
- Status changed from New to Ready for QA
- Assignee changed from Zbigniew Rebacz to Miroslav Fidler
- Target version set to Release 2015.2
I can compile example:
./umk examples AndroidMath AndroidBuilder ~/AndroidMath.apk
#3 Updated by Zbigniew Rebacz over 9 years ago
Output for terminal:
----- AndroidMathUtility ( ANDROID DEBUG DEBUG_FULL LINUX POSIX ) (1 / 2) ----- AndroidMath ( MAIN ANDROID DEBUG DEBUG_FULL LINUX POSIX ) (2 / 2) Building Android Project ----- Compiling java sources... Java sources compiled in (0:00.83). ----- Compiling native sources... Native sources compiled in (0:01.35). ----- Creating dex file... Creating apk file... Adding native libraries to apk... Generating debug key... Signing apk file... Aliging apk file... OK. (0:03.95)
#4 Updated by Miroslav Fidler over 9 years ago
- Status changed from Ready for QA to Approved