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


i have imported android project , when trying run it giving me error on following imports

import com.google.android.vending.licensing.aesobfuscator; import com.google.android.vending.licensing.licensechecker; import com.google.android.vending.licensing.licensecheckercallback; import com.google.android.vending.licensing.servermanagedpolicy; 

any resolving appreciated.

you may want review steps this link. goes through steps of adding android project, regardless of ide. eclipse work fine.

these steps take time , effort, have done before.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -