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
- Host: GitHub
- URL: https://github.com/youngandgeek/cannot-parse-result-path-string-android-studio-error-
- Owner: youngandgeek
- Created: 2021-07-12T20:45:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T20:48:49.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T11:51:52.243Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}