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

后端 未结 6 888
时光取名叫无心
时光取名叫无心 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条回答
  •  隐瞒了意图╮
    2021-02-08 13:58

    You may want to review the steps this link. It goes through the steps of adding it to your Android project, regardless of your IDE. Eclipse will work just fine.

    These steps take some time and effort, but I have successfully done this before.

提交回复
热议问题