I am unable to use the Place picker in my app. The API worked then just stopped one day with no explanation.The picker shows up for a very short period of time then simply c
Check your build variant.
If you switched back from release to debug, you typically also get result code 2.
release
debug
2
Switching back to release did the trick for me.