![]() |
|
Another problem compiling Dolphin in Android studio - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Another problem compiling Dolphin in Android studio (/Thread-another-problem-compiling-dolphin-in-android-studio) |
Another problem compiling Dolphin in Android studio - ryanebola16 - 07-09-2019 It's been a while since I tried compiling Dolphin in Android Studio. I'm getting this error when trying to build from master (rebased to 5.0-10607). Invalidating Android Studio's caches didn't help. Any idea how to fix this? Thanks! RE: Another problem compiling Dolphin in Android studio - ryanebola16 - 07-13-2019 This issue began in https://dolphin-emu.org/download/dev/5d52b6ff095a4f8285ae757745ab0285bad47b9e/ Enable C++17, and probably has something to do with the CMake version included with Android studio. RE: Another problem compiling Dolphin in Android studio - ryanebola16 - 07-13-2019 Manually downloading CMake 3.10.2 fixed this problem. I guess I was expecting Android Studio to find this update for me :-( |