I’ve been following the Android Tutorial: https://developers.facebook.com/docs/mobile/android/build/
I reached step 6.4, build and run the project. My app prompts me to login, logs in with no error messages, and then just displays a page with the text “Hello World!” The tutorial mentions that at this point I should be getting prompted with a dialog about permissions, but this isn’t happening. I can’t find code anywhere to display the Hello World text, so that’s bizzarre too. I have no error messages.
Any help is greatly appreciated.
I had the same issue and solved it after reading the keystore troubleshooting. Originally, I didn’t use the default “android” for the keystore password. Once I did that, my app started correctly.