Skip to content

Tag: android

Can’t find Java folder in Program Files

I hate asking this, but I’ve never been able to find my Java folder on my current PC. I’d like to find it so I could use a keystore command to find my SHA and just to know where it is. I found a SHA number through gradlewindow/signing report, but now the api page isn’t accepting it so I want…

Android set full screen from fragment

This is my question: I have an android app which allows users to go full screen for a better readability. The full screen fab toggle button is placed inside a fragment which actually contains the readings. To make it dead simple: Main Activity contains Readings Fragment Readings Fragment contains a fab button…

Cannot resolve symbol “FirebaseInstanceId”

I am trying to use FirebaseInstanceId but keep getting the error “Cannot resolve symbol FirebaseInstanceId”. The modules gradle includes The only thing which exists on com.google.firebase.iid seems to be .zzb. Am I missing something? Answer Make sure you have all of these Just this much is require…