I don't have any experience with Android development, but I was trying to figure out why WhatsDump was not working.
The first problems I addressed are about the Android SDK, in particular:
download
the package name has changed, so I updated the regex which scrapes for the URL
runtime
according to this https://stackoverflow.com/a/61176718/12494143, the SDK file structure has changed. My changes are more a workaround then a proper fix, let me know your preferences about it and in case we can refactor it accordingly.
For what concerns my problem running Whatsdump, now that the SDK works I'm going to open an issue for it.
I don't have any experience with Android development, but I was trying to figure out why WhatsDump was not working.
The first problems I addressed are about the Android SDK, in particular:
For what concerns my problem running Whatsdump, now that the SDK works I'm going to open an issue for it.