Yadhu Krishna
Yadhu Krishna

Reputation: 368

App crash after sdk upgrade to 30 with DevSupportManager class not found exception

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

Answers (1)

Mariano
Mariano

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

Related Questions