multiple-counters-flutter icon indicating copy to clipboard operation
multiple-counters-flutter copied to clipboard

Project failing to build

Open sidprice opened this issue 5 years ago • 0 comments

Hello, First many thanks for this excellent tutorial.

I have forked this project, created the required Google Service to support it, using the package name com.musevisions.multipleCountersFlutter. However, when I try to run the app I see the following errors:

java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files at com.google.common.base.Preconditions.checkState(Preconditions.java:456) at com.android.builder.dexing.ClassFileEntry.withDexExtension(ClassFileEntry.java:64) at com.android.build.gradle.internal.transforms.DexArchiveBuilderTransform.removeDeletedEntries(DexArchiveBuilderTransform.java:274)

I am attempting to build using VSCode.

Plus many more of a similar nature.

Can you help to resolve this? Sid

sidprice avatar Mar 01 '19 16:03 sidprice