383/5000 I have an app that gives me compilation errors when I change it to release mode to upload it to the play store
I\'ve tried analyzing-inspecting code and I d
There are two ways to solve this -
1 -> Go to Analyze > Inspect Code, Let it Inspect the code and then solve the problem.
2 ->Go to Project Structure > app > build > reports In reports, you will find the error report. Open it in any browser and see the error then solve it.