After updating to Gradle version 9 (I skipped 8 but I think the same problem occurs there), my app wouldn't build because FlicManager.java couldn't find IFlicLibInterface and other classes located in src/main/aidl files. The solution is to edit fliclib/build.gradle and add:
After updating to Gradle version 9 (I skipped 8 but I think the same problem occurs there), my app wouldn't build because FlicManager.java couldn't find IFlicLibInterface and other classes located in src/main/aidl files. The solution is to edit fliclib/build.gradle and add:
Credit to this StackOverflow post: https://stackoverflow.com/a/77143645/462162