Tag: automation

The number of method references in a .dex file cannot exceed 64K

crysfel Programming

I've been maintaining a React Native app for several years now, I'm really happy with my stack as I can quickly add new features and iterate for Android an iOS. However, a few days ago I migrated to Sentry as my third-party service to keep track of crashes and errors in the app. Everything went well on iOS after installation, however, on Android, I started getting errors when trying to build the app. D8: Cannot fit requested classes in a single dex file (# fields: 67142 > Continue reading