Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transformClassesWithMultidexlistForDebug #4

Closed
ljfreelancer88 opened this issue Apr 17, 2019 · 4 comments
Closed

transformClassesWithMultidexlistForDebug #4

ljfreelancer88 opened this issue Apr 17, 2019 · 4 comments

Comments

@ljfreelancer88
Copy link

Hi I've got the following error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.```

Is there something something to do with Upgrading to AndroidX?
@sarbagyastha
Copy link
Owner

Seems you reached 64k method reference limit. You might need to enable multidex.
The plugin is perfectly compatible with androidX

@ljfreelancer88
Copy link
Author

I already enabled since I'm using youtube_player

@sarbagyastha
Copy link
Owner

Oh! I think I forgot to migrate to AndroidX, could you verify whether migrating to AndroidX fixes the problem ?

@sarbagyastha
Copy link
Owner

Migrated to AndroidX in new version 1.1.0, this might solve the issue.

@vinodlee vinodlee mentioned this issue Aug 25, 2019
ynhi0711 pushed a commit to ynhi0711/youtube_player_flutter that referenced this issue Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants