PairWiimote
PairWiimote copied to clipboard
Maintenance and QoL improvements
Did it because I use the app sometimes and I felt like it. Also I wanted a dark mode :)
Changes include such things like:
- Plugin, gradle, library updates
- Utilize view binding
- Enable proguard
- Migrate to using ActivityResult APIs
The commits basically speak for themselves.
Hey! Does it work in android 13? I'm a complete beginner, downloaded android studio to try building the project, but I'm stuck with this after solving some other issues [sorry for commenting here, idk where to properly talk about it]
Error: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @1dac4e31
@Kuuh4 Dunno if the app works on Android 13.
Regarding the error, make sure you are using the correct JDK version. It should be 8 for this project (since it's a bit older). Your Android Studio version is probably using a newer version by default.
@TacoTheDank I've managed a way to download and install the .apk from timawesomeness from playstore via aurorastore and it does indeed work on android 13! As I'm finally at home again, I'll be trying to build this fork right now :3
Got it! Thank you
Got it! Thank you
can you maybe share the apk?
Got it! Thank you
can you maybe share the apk?
You got lucky... I've lost the file but the project was still in my android studio. Built another one. Please check if it properly installs.
thank you! Will check once I find time and report back