1

I am trying to create the .aab file from Android studio and app bundle needs minimum SDK version 26, so I changed the version in all the module Gradle files, and the .aab file got created, but after that when I tried running the app it keeps getting crashed when I load dynamic feature module and gave - NullPointerException: binding.userName must not be null error.when I revert it to minSdkVersionto 23, it works.

2
  • Have you been able to solve this already? Commented May 5, 2021 at 7:53
  • I created a slightly more detailed question on SO, but it addresses the same issue as you are most likely having: stackoverflow.com/questions/67400780. Also check this issue on the issuetracker of google: issuetracker.google.com/issues/123304430 Commented May 5, 2021 at 12:04

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.