Open
Description
Page URL
https://docs.flutter.dev/deployment/android/
Page source
https://github.com/flutter/website/tree/main/src/content/deployment/android.md
Describe the problem
Broken Functionality policy: Violation of Broken Functionality policy
Status
App rejected
App not available on Google Play
Rejected
Your app contains content that isn’t compliant with the Broken Functionality policy.
App installs, but doesn't load
java.lang.ClassNotFoundException: Didn't find class "com.playstor.counters.MainActivity" on path: DexPathList
Expected fix
The guide forgot to add that the package name should be changed also in
android>app>src>main>kotlin>com>example><rpoject-name>
line 1 should match the application id given in the Android Manifest.xml
Additional context
With justr a small addition to the documentation then this issue will be fixed
I would like to fix this problem.
- I will try and fix this problem on docs.flutter.dev.