I have come across https://github.com/google/talkback and I really like the idea of releasing the code to allow contributions.
However, when I tried building this project, I ran into errors on Android Studio.
I tried Import a project
and selecting this.
It's giving me errors because in the /talkback/src.../TalkbackService.java
the package name does not match the directory structure.
Is there a quick way I could go about fixing it?
I can run ./gradlew build
and it works perfectly, however, I don't get autocomplete in the Android studio project.
I've the latest android studio and the recommended Gradle versions.