Reputation: 368
im working in a react native app and i upgraded the sdk from 29 to 30, and after that the apps keeps crashing with the below error
"java.lang.RuntimeException: Requested enabled DevSupportManager, but DevSupportManagerImpl class was not found or could not be created"
the app works perfectly fine in android 10 and below. it only occurs in android 11
multiDex has already been implemented in the app. if anyone has any suggestions, please share..
Upvotes: 3
Views: 3202
Reputation: 330
In my case I just needed to bump Flipper to the latest version (while writing 0.102.0
) to fix the issue.
Upvotes: 3