I got an build error.
Closed this issue · 5 comments
wann2 commented
Hi,
This is very interesting codes.
I'd like to use this, but I got an error when I build it.
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.
tried to access method com.google.common.io.Files.fileTreeTraverser()Lcom/google/common/collect/TreeTraverser; from class com.android.utils.FileUtils
HathTech commented
Hey, Update the firebase dependencies and it will work.
…On Sun, Apr 26, 2020 at 1:48 PM wann2 ***@***.***> wrote:
Hi,
This is very interesting codes.
I'd like to use this, but I got an error when I build it.
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task
':app:transformNativeLibsWithStripDebugSymbolForDebug'.
tried to access method
com.google.common.io.Files.fileTreeTraverser()Lcom/google/common/collect/TreeTraverser;
from class com.android.utils.FileUtils
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIPIY3ASLOVVCLKSRGAJD3ROPU3PANCNFSM4MRD3OBQ>
.
--
Thanks & Regards
*HathTech* Team
Contact: +91 9852954321
Website: HathTech.com
wann2 commented
I've updated like the below, the same build error happens.
cupertino_icons: ^0.1.3
firebase_core: ^0.4.4+3
cloud_firestore: ^0.13.5
firebase_auth: #^0.16.0
fluttertoast: ^3.1.3
Error: Could not resolve the package 'firebase_auth' in 'package:firebase_auth/firebase_auth.dart'.
wann2 commented
I added spaces in front of libraries and now it builds ok.
cupertino_icons: ^0.1.3
firebase_core: ^0.4.4+3
cloud_firestore: ^0.13.5
firebase_auth: #^0.16.0
fluttertoast: ^3.1.3
wann2 commented
wann2 commented
I have changed Column into ListView, and now it works fine.
