I have just imported an android project and when I am trying to run it it is giving me error on the following imports
import com.google.android.vending.licensing
In android studio 2.2.3 I was able to fix the "package com.google.android.vending.licensing does not exist" error by:
Original writeup of fix at https://kitefaster.com/2017/02/15/expansion-apk-files-android-studio/