After generate signed APK i find this error message.
G:\MyApplication\app\src\main\res\values\strings.xml:
Error: switch is not a valid resource name (reserved Java keyword)
After generate signed APK i find this error message.
G:\MyApplication\app\src\main\res\values\strings.xml:
Error: switch is not a valid resource name (reserved Java keyword)
You probably have a resource in that file with the name "switch", which is not allowed. Rename it to something else and that should work fine.