ajayram1509

Results 4 comments of ajayram1509

me too having same issue, any luck in finding solution for this, anyone?

build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.3.0' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7' classpath "com.github.dcendents:android-maven-gradle-plugin:1.4.1"...

> The solution is to explicitly declare your resource directory to the raw folder. > > Add the following snippet to your Module:app build.gradle file - > > `android{ sourceSets...