skip to Main Content

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.

enter image description here
enter image description here

2

Answers


  1. 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.

    Login or Signup to reply.
  2. I have also got this error. I have fixed this error by changing in

    gradle-wrapper.properties and updated latest distributionUrl

    Gradle wrapper class you may find in project directory

    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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search