Xtr126 / XtMapper

Advanced keyboard and mouse input mapping tool
https://xtr126.github.io/XtMapper-docs
GNU General Public License v3.0
185 stars 20 forks source link

"This application was not installed" #57

Closed MarddleDoo12 closed 6 months ago

MarddleDoo12 commented 10 months ago

I don't know why it won't let me install, I'm 32-bit (motorola G6 play)

Xtr126 commented 10 months ago

You will have to edit abiFilters here https://github.com/Xtr126/XtMapper/blob/dev/app/build.gradle#L18 and set it to 'armeabi-v7a' and compile the APK yourself

MarddleDoo12 commented 10 months ago

okay, and how do I compile it? Do I pack everything and sign it?

Xtr126 commented 10 months ago

okay, and how do I compile it? Do I pack everything and sign it?

Signing should not be required, just run ./gradlew assembleDebug or ./gradlew.bat assembleDebug and the compiled APK will be in app/build/outputs/apk/debug/app-debug.apk. Alternatively you can fork this repository and use github actions to build it (with the edited build.gradle).