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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -