"Theme.AppCompat.Light.NoActionBar" breaks builds
M123-dev opened this issue · 0 comments
M123-dev commented
@style/Theme.AppCompat.Light.NoActionBar
breaks our builds:
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR:/home/runner/work/smooth-app/smooth-app/packages/smooth_app/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:62: AAPT: error: resource style/Theme.AppCompat.Light.NoActionBar (aka org.openfoodfacts.app:style/Theme.AppCompat.Light.NoActionBar) not found.
Looking at this https://stackoverflow.com/a/31402188/13313941, it seems that AppCompat
got replaced with Holo
in android 3 and probably got removed in Android 12.