Code: Select all
android:name="android.support.v4.content.FileProvider"
android:authorities="org.levy.srt2j.fileprovider"
android:grantUriPermissions="true"
android:exported="false">
Ich habe es unter src/android, src/main, src/debug abgelegt, erhalte jedoch die folgende Fehlermeldung von buildozer:
Code: Select all
[DEBUG]: > Task :processDebugResources FAILED
[DEBUG]:
[DEBUG]: FAILURE: Build failed with an exception.
[DEBUG]:
[DEBUG]: * What went wrong:
[DEBUG]: Execution failed for task ':processDebugResources'.
[DEBUG]: > A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
[DEBUG]: > Android resource linking failed
[DEBUG]: /home/levy/kivy_srt2json/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/srt2j/build/intermediates/packaged_manifests/debug/AndroidManifest.xml:76: error: resource xml/filepaths (aka org.levy.srt2j:xml/filepaths) not found.
[DEBUG]: error: failed processing manifest.
Mobile version