Dolphin, the GameCube and Wii emulator - Forums

Full Version: I am a developer how can I help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(05-31-2016, 11:20 PM)YellowDart Wrote: [ -> ]Please, please don't pressure people into developing.
Sorry, I'm always trying to do so :/
Slow down,its not even Wednesday yet. Big Grin
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"
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.
Build the debug package, this does not include the translation IIRC.
Pages: 1 2