NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

Execution failed for task ':app:transformClassesWithMultidexlistForRelease'. with latest releases #200

Closed FranciZ closed 5 years ago

FranciZ commented 5 years ago

The error happens when building for release on Android and was not an issue with version 2.2.2.

Execution failed for task ':app:transformClassesWithMultidexlistForRelease'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.

tns version:5.4.0 plugin version: 4.1.0 tns-android: 5.1.0

FranciZ commented 5 years ago

Had to build with tns-android: 5.4.0 for it to work.