Flutterwave / AndroidSDK

Rave's Android Drop In UI
7 stars 8 forks source link

class file for androidx.fragment.app.Fragment not found #220

Closed chuksdsilent closed 4 years ago

chuksdsilent commented 4 years ago

I am trying to implement flutterwave on my android but I am getting this error:

new RaveUiManager(this).setAmount(100); ^ class file for androidx.fragment.app.Fragment not found

My system info windows 10 android studio 4.0 gradle: 6.1.1

bolaware commented 4 years ago

You have to migrate your project to AndroidX to use the sdk. See this part of README where it is stated here and how you can migrate