The import com.google.android.vending cannot be resolved in an imported android project

后端 未结 6 915
时光取名叫无心
时光取名叫无心 2021-02-08 13:15

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         


        
6条回答
  •  旧时难觅i
    2021-02-08 13:44

    I ran into this issue when trying to set up my Android project for an APK expansion file.

    The following steps resolved it for me:

    • Add downloader_library to eclipse as a "project from existing source" (it has errors)
    • Add licensing library to eclipse as a "project from existing source"
    • Add licensing library to downloader_library project

    Screenshot showing working configuration

提交回复
热议问题