How to make Firebase Invites work on emulator?
问题 I am testing Firebase Invites from an emulator based on tutorial from official site. implementation 'com.google.firebase:firebase-invites:16.0.4' Emulator used: CPU/ABI: Google Play Intel Atom (x86) Target: google_apis_playstore [Google Play] (API level 28) Skin: pixel_2 I try to call activity for result like this. private void onInviteClicked() { Intent intent = new AppInviteInvitation.IntentBuilder(getString(R.string.invitation_title)) .setMessage(getString(R.string.invitation_message))