I would like to import for example statusgo-android-16.aar
in android react native project. when I import the .aar file.I have the following error.
Here's what I'm seeing after run react-native run-android:
build file 'D:\react-native-starter-app\android\app\build.gradle': 3:
unable to resolve class com.android.build.OutputFile
@ line 3, column 1.
import com.android.build.OutputFile
^
1 error.
Can you please help me to fix it?