Android studio - No value has been specified for property googleServicesResourceRoot

Last update July 4, 2022 at 08:04

Troubleshooting No value has been specified for property 'googleServicesResourceRoot' on android studio.

 

If you have been maintaining android applications for more than 5 years, you are going to find that every major update results in new bugs and errors. The worst I often come across is when your app only bugs when it's in production. This kind of problem has several causes, therefore a multitude of solutions. Fortunately for me, that is not the subject of the article.

Today we are going to be working on a type of bug that comes up often. If you encounter a bug generating the following error:

 

No value has been specified for property 'googleServicesResourceRoot'

 

This article is therefore made for you.

 

Tizen OS – 12 Things You (Maybe) Didn't Know About This System

 

[bctt tweet=”Android studio – No value has been specified for property 'googleServicesResourceRoot' ” username=”tedidevblog”]

 

 

Solution for No value has been specified for property 'googleServicesResourceRoot' 

 

This type of bug appeared as soon as we updated the target version of one of our android applications. To solve it you have to move the line from firebase analytics to the last line of the file gradle. This plugin must be imported in the last position.

 

apply plugin: 'com.google.firebase.crashlytics' at the end of the gradle file; it must be the last plugin to import. 

 

> No value has been specified for property googleServicesResourceRoot

Well, that's all for today.

 

Spacevim - curl: (77) error setting certificate verify locations

 

Last update July 4, 2022 at 08:04

Conclusion

 

You may be interested in Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper…  et Unity3d - How to install it on ubuntu without hack

 

Android studio - No value has been specified for property googleServicesResourceRoot
Image by S. Nagel from Pixabay