Before Gradle I added Java sources with buildozer android.add_src = %(source.dir)s/java_folder/ and used inside Python with autoclass('FileUtils').
Now I'm getting error Class not found 'FileUtils'.
Is it bug or I should change something after switching to Gradle?
Before Gradle I added Java sources with buildozer
android.add_src = %(source.dir)s/java_folder/and used inside Python withautoclass('FileUtils').Now I'm getting error
Class not found 'FileUtils'.Is it bug or I should change something after switching to Gradle?