• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 95 96 97 98 99 ... 126 Next »

Development Thread
 Compiling the Android port
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Green Notice (Development Thread) Compiling the Android port
10-07-2016, 07:55 PM (This post was last modified: 10-08-2016, 12:05 AM by degasus.)
#1
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
I've seen many issue reports here in the forum which ends with "May you try to change this line of the source code and try it again?" - and of course, with no further response. And indeed, compiling the android port was a pain (no windows, manually hacking a few config files, two build systems). But this changed yesterday as 5.0-995 updated the android toolchain to android studio 2.2. One of the big improvements of 2.2 is the Improved C++ Support. Now we're able to build everything within a single IDE without any external tools.

So I want to encourage you to try it. What do you need?
- android studio >= 2.2

That's all.

On starting android studio, it will ask about downloading the SDK. Please select custom installation and also check following dependencies:
- NDK
- LLDB
- CMake
This will download ~2GB of data, this might take a while.

Within the "new project" tool, it will ask you if you want to import a project. Choose by "git":
- https://github.com/dolphin-emu/dolphin.git

Next, open the gradle project directory:
- Source/Android

Once this project is opened successfully, you should be able to just hit compile, run or debug.

Have fun Big Grin
Find
Reply
10-08-2016, 02:43 AM
#2
nonexist Offline
Senior Member
****
Posts: 306
Threads: 27
Joined: Jul 2016
this is the only build that work fine in marsmallow 4.0-9075 in galaxy s6 edge https://es.dolphin-emu.org/download/dev/f752c6e7044c9b391bb2c88a6114bd46ca43d09c/ How can ADD this changes dolphin-emu/dolphin#4236 in 4.0-9075 please?
Find
Reply
10-08-2016, 02:47 AM (This post was last modified: 10-08-2016, 02:48 AM by degasus.)
#3
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
(10-08-2016, 02:43 AM)nonexist Wrote: this is the only build that work fine in marsmallow 4.0-9075 in galaxy s6 edge https://es.dolphin-emu.org/download/dev/f752c6e7044c9b391bb2c88a6114bd46ca43d09c/
Very unlikely.

(10-08-2016, 02:43 AM)nonexist Wrote: How can ADD this changes dolphin-emu/dolphin#4236 in 4.0-9075 please?
git rebase, or git cherry-pick, ... Just lookup any git manual.

But this is the wrong question. Ask why isn't master working, and fix this instead.
Find
Reply
10-08-2016, 03:00 AM (This post was last modified: 10-08-2016, 03:02 AM by nonexist.)
#4
nonexist Offline
Senior Member
****
Posts: 306
Threads: 27
Joined: Jul 2016
thats right any build before or after 4.0-9075 does not work on stock rom. anyway CM13 beta dont have this bug and use the same mali drivers.
Find
Reply
10-08-2016, 08:34 AM
#5
TheGamerPro Offline
Forky
Posts: 112
Threads: 14
Joined: Mar 2016
(10-08-2016, 03:00 AM)nonexist Wrote: thats right any build before or after 4.0-9075 does not work on stock rom. anyway CM13 beta dont have this bug and use the same mali drivers.

Yeah this is a huge issue too, someone needs to fix this
Find
Reply
10-08-2016, 08:38 AM (This post was last modified: 10-08-2016, 08:39 AM by degasus.)
#6
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
(10-08-2016, 08:34 AM)TheGamerPro Wrote: Yeah this is a huge issue too, someone needs to fix this
Feel free to do it. This thread is about compiling dolphin. If you don't want to do it, please stop spamming here.
Find
Reply
10-08-2016, 08:46 AM (This post was last modified: 10-08-2016, 08:47 AM by TheGamerPro.)
#7
TheGamerPro Offline
Forky
Posts: 112
Threads: 14
Joined: Mar 2016
(10-08-2016, 08:38 AM)degasus Wrote: Feel free to do it. This thread is about compiling dolphin. If you don't want to do it, please stop spamming here.

Yeah there's too many threads about this issue and no ddev has the knowledge to fix it anyways :^/. And yes, 9075 DOES fixes texture issues, so very likely.
Find
Reply
10-08-2016, 08:51 AM (This post was last modified: 10-08-2016, 08:51 AM by degasus.)
#8
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
You know, this is a voluntary driven project. No dev is motivated enough to fix this bugs. You're welcome to do this on your own. We're talking often about dropping the distribution of andorid builds, just because these "too many threads" are just annoying, not helpful in any way.
Find
Reply
10-17-2016, 07:32 PM
#9
ninjaneko Offline
Junior Member
**
Posts: 7
Threads: 0
Joined: Jan 2016
Thanks for this notice, I am a .net dev, so I am not used to android studio, but I'll try to find my way !

I won't promise anything, but if I can, I'll try to correct some things...
Find
Reply
10-17-2016, 08:03 PM
#10
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
(10-17-2016, 07:32 PM)ninjaneko Wrote: Thanks for this notice, I am a .net dev, so I am not used to android studio, but I'll try to find my way !

I won't promise anything, but if I can, I'll try to correct some things...

You're welcome. Feel free to ask me anything if you need help. Also try to ask on #dolphin-emu @freenode, there you'll get answers much faster.
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode