05-31-2016, 11:53 PM
Pages: 1 2
06-01-2016, 03:22 AM
Slow down,its not even Wednesday yet. 

06-09-2016, 07:04 AM
As Android Studio 2.2 supports cmake, it will be simplier to build dolphin at some point. I've cleaned up our gradle struture a bit, hopefully more people will be able to build dolphin in this way:
https://github.com/degasus/dolphin/commit/android
Steps to build dolphin for android:
1. download android-studio 2.2 (alpha version right now)
2. start it, it will download the android-sdk on the first boot
3. open the SDK-manager and select "cmake", "LLDB", and "NDK"
4. import dolphin from git version control: https://github.com/degasus/dolphin.git - "android" branch
5. Open the gradle project in Source/Android
6. click on build apk
7. sideload the apk as common
Known issues: git will not be found by cmake, so the build will call itself "4.0"
https://github.com/degasus/dolphin/commit/android
Steps to build dolphin for android:
1. download android-studio 2.2 (alpha version right now)
2. start it, it will download the android-sdk on the first boot
3. open the SDK-manager and select "cmake", "LLDB", and "NDK"
4. import dolphin from git version control: https://github.com/degasus/dolphin.git - "android" branch
5. Open the gradle project in Source/Android
6. click on build apk
7. sideload the apk as common
Known issues: git will not be found by cmake, so the build will call itself "4.0"
06-24-2016, 02:35 PM
Tried that but it keeps saying "Gradle sync failed"
ok works now, trying to build.
Ok well getting 137 errors,
Mainly translation related.
I attached the log.
ok works now, trying to build.
Ok well getting 137 errors,
Mainly translation related.
I attached the log.
06-25-2016, 05:42 AM
Build the debug package, this does not include the translation IIRC.
Pages: 1 2