An open API service indexing awesome lists of open source software.

https://github.com/youngandgeek/cannot-parse-result-path-string-android-studio-error-

solution for Error : cannot parse result path string in android studio after adding firebase realtime database
https://github.com/youngandgeek/cannot-parse-result-path-string-android-studio-error-

Last synced: 4 months ago
JSON representation

solution for Error : cannot parse result path string in android studio after adding firebase realtime database

Awesome Lists containing this project

README

        

# cannot-parse-result-path-string-Android-studio-Error-
//solution for Error : cannot parse result path string in android studio after adding firebase realtime database

//Edit in build.gradle module(app) file :

plugins {
id 'com.android.application'
id 'com.google.gms.google-services'

}

dependencies {
testImplementation 'junit:junit:4.13.2'

implementation 'com.google.firebase:firebase-bom:28.2.1'

}

//Edit in build.gradle (project) file :

dependecies{
classpath "com.android.tools.build:gradle:4.1.3"
}