Hi,
I've not used B4A for a while now but kept it upgraded for a while and I own version 6.31 at the moment. I've revisited an old project, made a minor change to the code and tried to rebuild but I get this error:
Part of my manifest says
Does anybody have any idea how to fix this so I can just build my apk?
Thanks all,
Richard
I've not used B4A for a while now but kept it upgraded for a while and I own version 6.31 at the moment. I've revisited an old project, made a minor change to the code and tried to rebuild but I get this error:
B4A version: 6.31
Parsing code. (0.06s)
Compiling code. (1.93s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.79s)
Organizing libraries. (0.00s)
Generating R file. Error
Failed to generate resource table for split ''
res\values\styles.xml:4: error: Error: No resource found that matches the given name (at 'cardBackgroundColor' with value '?android:attr/colorBackgroundFloating').
Part of my manifest says
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21"/>
Does anybody have any idea how to fix this so I can just build my apk?
Thanks all,
Richard