I have the following class
import com.android.annotations.NonNullByDefault; @NonNullByDefault public final class Log { ... }
and here
For Ionic, try this:
ionic cordova plugin add cordova-plugin-androidx ionic cordova plugin add cordova-plugin-androidx-adapter
The error comes because this app is not using androidX but these plugins solve errors.