How to add configuration file to android studio in windows? -
google have changed docs generating registration id , gcm in general. docs incomplete , include non functional code, 1 of adding configuration file project. stuck @ step.
$ move path-to-download/google-services.json app/ invalid windows command. can correct syntax me please?
ok, figured out. here correct answer. first don't copy , paste line(sounds first time read it). windows don't need dollar sign , use backslashes not forward slashes.
do not forget write path name in quotes, else give "the syntax of command incorrect." exception
move "c:\yourdownload folder here\google-services.json" "app\"
Comments
Post a Comment