Generally, when we use features in Android Studio, you need to include libraries, example of a build.gradle (Module: app) file:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.suppor...
asked by
28.01.2018 / 23:17