I am getting this Exception IllegalArgumentException:Multiple entries with same key: supportsRtl=false and supportsRtl=true
Closed this issue · 7 comments
When i am registering (or doing anything) user with android app. user is register in devstack successfully. but it is giving me error : Unknown Error please try again. on mobile app.
Have you done some changes in any of the build.gradle
files in the project?
Also share the log from logCat that you encounter when the Unknown Error please try again
appears.
@miankhalid no. i just build and run app .
Ok, share the log cat output and screenshots (if any).
Your current info provided isn't enough to judge whats the problem.
I am not talking about Event Log (lets ignore that for now).
Seems like you are facing some issues with server communication through app when you are trying to register. So, you should be getting some error logs in Android Monitor
window's logcat
tab of your Android Studio. Check that if you can figure out the issue from there and share it here too.
Also, it would be better if you disable Instant Run
for this project. We are better off without it.
Closing due to no reply from the questioner. Reopen if required.