ItsMadruga / MdgWa

Um módulo Xposed para personalizar seu WhatsApp.
https://coindrop.to/itsmadruga
GNU General Public License v3.0
186 stars 39 forks source link

Problem trying to install the module. #33

Closed yuzamei2854 closed 2 months ago

yuzamei2854 commented 3 months ago

Hi, I'm having problems installing the module, after trying to install it from the file manager I get an error saying: There was a problem analysing the package, as you can see in the image below:

Screenshot_20240401-000222_Package installer_1

I tried using SAI to get information about the problem, but it didn't work, it just returns to the Android's package installer.

I don't know what the problem could be, I'm using Android 9, I have free space and I tried downloading again to check if the app was corrupted, but it's still the same.

The module icon is empty as you can see in the image below:

Screenshot_20240401-000308_Material Files_1

Dev4Mod commented 2 months ago

the developer set the minimum supported version starting from Android 10 https://github.com/ItsMadruga/MdgWa/blob/2005cbe4f669b0014ac7ea072d60abf145a6d2eb/app/build.gradle.kts#L12

Dev4Mod commented 2 months ago

This module using lsposed sharedprefs which was introduced from Android 9 so I believe it is supported if Dev puts Android as minimum 9 https://github.com/ItsMadruga/MdgWa/blob/2005cbe4f669b0014ac7ea072d60abf145a6d2eb/app/src/main/AndroidManifest.xml#L34

Lsposed Doc

yuzamei2854 commented 2 months ago

the developer set the minimum supported version starting from Android 10

https://github.com/ItsMadruga/MdgWa/blob/2005cbe4f669b0014ac7ea072d60abf145a6d2eb/app/build.gradle.kts#L12

Oh, thanks, the developer should have put that on the project's home page as a restriction/requirement.

Darker935 commented 2 months ago

Done, thanks @Dev4Mod