I’ve updated my Android Studio to Arctic Fox | 2020.3.1. After that, strange errors began to appear in the logs: [ERROR] LiveLiteralKt Not found!Previously, there were no such errors. Has anyone encountered this? Do you know how to fix this? Thanks.
I have also got this error. I have fixed this error by changing in
gradle-wrapper.properties and updated latest distributionUrl
Also Please make sure that in signed apk .jks file and all other credential like alias name, store key password is same if you are making signed apk for existing build available on play console.
2
Answers
Try to update your NDK and CMAKE with the SDK Manager.
I was using some native code in my app and was getting this error too. After updating NDK and CMAKE the error never appeared anymore.
I have also got this error. I have fixed this error by changing in
gradle-wrapper.properties and updated latest distributionUrl
Also Please make sure that in signed apk .jks file and all other credential like alias name, store key password is same if you are making signed apk for existing build available on play console.