Home > Enterprise >  Permission denied : The caller does not have permission android studio
Permission denied : The caller does not have permission android studio

Time:01-15

I recently installed latest versions of android studio. I tried enter image description here

I already tried to select the package but nothinf works.

CodePudding user response:

I had the same problem.

Solution: It's a configuration issue. The open Google account on Android Studio does not have access to the Firebase project. If you add Google account as user to Firebase project the problem is solved.

  • Related