kwsch / PKHeX.Mobile

Pokémon save editor for Android and iOS!
Other
713 stars 358 forks source link

It's impossible to build a working apk #31

Closed FerdinandoPH closed 3 years ago

FerdinandoPH commented 3 years ago

I have been trying to build the app for two hours, and, after having to learn what Xamarin is (because there is no release), every apk I have generated won't install (my phone displays a message saying that "the application was not installed", which is very frustrating, since it worked fine with debugging. Since I couldn't build the app by following the instructions on the readme I have been researching what could be wrong, but nothing I have tried has worked. Could you please tell me what is wrong? Or give me the apk? I really want to use the app, but I've thrown in the towel at this point

FerdinandoPH commented 3 years ago

If you need any output, feel free to ask me

kwsch commented 3 years ago

https://social.msdn.microsoft.com/Forums/en-US/76813b96-cc7e-42f0-8a42-15b817e47917/why-the-aplication-didnt-install?forum=xamarinforms

FerdinandoPH commented 3 years ago

I tried that, it says that "the app is uninstalled for this user" and I can't uninstall it, even after rebooting. Screenshot_20210808-221500

kwsch commented 3 years ago

I've set up a public CI pipeline that posts builds of the apk.

  1. Click the green checkmark of a commit, view more details on azure
  2. Related -> 1 published
  3. click the ... dropdown at the far right, and download.
FerdinandoPH commented 3 years ago

Captura de pantalla (31) I tried to download the apk (from the artifact you can see in the photo) and yet I still get a message saying that the application was not installed. I have a Oneplus 6T with Android 10, what might be the problem? WhatsApp Image 2021-08-12 at 14 54 01

kwsch commented 3 years ago

It's likely an issue with the phone; you'll likely have to troubleshoot the error messages yourself as this isn't really an issue with this project.

https://www.preguntandroid.com/pregunta/17216/aplicacion-no-instalada-para-este-usuario

cactysman commented 2 years ago

I got a Pixel 2XL on Android 11 and all three of the available APKs fail to install without further notice, as it does for OP.

I'm not familiar with Android apps written in C#, but I'll try to have a look at the repository to maybe figure out what's wrong.