- Create a
libsfolder under theappdirectory in your project. - Place
onesignal.aarin the newly createdapp/libsdirectory. - Open your project's root
build.gradlefile and add the folowing underrepositories {...}.
flatDir {
dirs 'libs'
}- Open your
app/build.gradle.