Dolphin, the GameCube and Wii emulator - Forums

Full Version: Compiling the Android port
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is this for Git Cherry Pick?
This is for compiling from source. Which commit/patch/... you want to build, I'd also suggest to read a git tutorial, as dolphin manages its source with git: https://github.com/dolphin-emu/dolphin/commits/master

Hint: "cherry-pick" is a tool within git which allows to you pick a random patch (eg the wiimote UI stuff) and add it to your local source.
But here, you likely need the opposite way. "revert" is a git tool which allows you to remove a patch from your source (eg the disabled GL ES3.1 usage: 6219c39cf599115736bf482a68b8ba4e80788305)
I've installed Android studio, but I can't find where I can select NDK, LLDB and CMake in the SDK component setup.

There are the screenshots of the setup :

[Image: 30299269071_c0f769fd81_b.jpg]

[Image: 30385218545_a6d1a03966_b.jpg]

[Image: 30088311070_1c53eebc2c_b.jpg]

[Image: 30088310090_f0bc61b42d_b.jpg]

[Image: 29753726823_0fe9976b09_b.jpg]

Have I done something wrong ?
Oh, seems like the initial GUI isn't feature complete. So just install the default system, and choose them later on. Once the installation is complete, you can open the SDK manager with more packages: https://github.com/dolphin-emu/dolphin/blob/master/AndroidSetup.md#getting-dependencies
Is posible to use the program though my computer is 32bit?
(10-18-2016, 01:15 AM)nonexist Wrote: [ -> ]Is posible to use the program though my computer is 32bit?

I think so, but I haven't tried it so far.
(10-17-2016, 08:52 PM)degasus Wrote: [ -> ]This is for compiling from source. Which commit/patch/... you want to build, I'd also suggest to read a git tutorial, as dolphin manages its source with git: https://github.com/dolphin-emu/dolphin/commits/master

Hint: "cherry-pick" is a tool within git which allows to you pick a random patch (eg the wiimote UI stuff) and add it to your local source.
But here, you likely need the opposite way. "revert" is a git tool which allows you to remove a patch from your source (eg the disabled GL ES3.1 usage: 6219c39cf599115736bf482a68b8ba4e80788305)
Thxfor the info, I'll sneak into my mom's pc and do this as mine broke hehe
It was not so easy, but I've been able to install everything, I'll take a look at it this weekend.
(10-17-2016, 08:52 PM)degasus Wrote: [ -> ]This is for compiling from source. Which commit/patch/... you want to build, I'd also suggest to read a git tutorial, as dolphin manages its source with git: https://github.com/dolphin-emu/dolphin/commits/master

Hint: "cherry-pick" is a tool within git which allows to you pick a random patch (eg the wiimote UI stuff) and add it to your local source.
But here, you likely need the opposite way. "revert" is a git tool which allows you to remove a patch from your source (eg the disabled GL ES3.1 usage: 6219c39cf599115736bf482a68b8ba4e80788305)

i try to use revert but it says no changes detected
Pages: 1 2