When I try to import Google Play Downloader Library to use I get an error in this line of code:
import com.android.vending.expansion.downloader.R;
It says that this import cannot be resolved
Btw, at first when I imported the library I got a lot more errors I had to correct by removing res folder which was duplicated inside the original res folder, and renaming the packages from
src.com.google.android.vending.expansion.downloader
to
com.google.android.vending.expansion.downloader
I tried
import com.google.android.vending.expansion.downloader.R
but I still get the same error