kwsch / PKHeX.Mobile

Pokémon save editor for Android and iOS!
Other
718 stars 359 forks source link

PKHeX.Android fails to build after cleaning #13

Closed kpalian closed 4 years ago

kpalian commented 4 years ago

The Android app is impossible to compile because it does not build in VS2019.

kwsch commented 4 years ago

Builds fine in VS2019. You need to install the mobile development packages (Xamarin) via the Visual Studio Installer.

https://docs.microsoft.com/en-us/xamarin/get-started/installation/

kpalian commented 4 years ago

I have the Xamarin packages installed, I just get an error when rebuilding solution after cleaning all.

kpalian commented 4 years ago

Here's the log, in case that helps: image

kwsch commented 4 years ago

Might be that the PKHeX.Core.AutoMod.dll file needs to be manually updated to match the latest PKHeX.Core NuGet logic, as there's some unused methods present which mono is having trouble correlating. Weird, didn't happen on my end when I updated and tested on a new emulator-phone...