Hello everyone,
When I publish my Android App, it fails due to XML parsing error.
Execution failed for task ':app:mergeReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Android resource compilation failed
/home/gradle/builds/AdaloApp/android/app/src/main/res/values/strings.xml:2:5-45: AAPT: error: unescaped apostrophe in string
/home/gradle/builds/AdaloApp/android/app/src/main/res/values/strings.xml:2:5-45: AAPT: error: not a valid string.
/home/gradle/builds/AdaloApp/android/app/build/intermediates/incremental/mergeReleaseResources/merged.dir/values/values.xml: AAPT: error: file failed to compile.
Apparently, it’s common errors on Android compilation app but I don’t have access to this files with Adalo.
I didn’t find anything on internet. Can you guys have some ideas ?
Cheers,
GUireg