I try to deal with the API vk, I have never worked with the API from social networks before. I can not understand why underlines the lines. I take a lesson like this . There are lines of the form (comments - this is what I wrote):
VKUIHelper.onCreate(this); // Can not resolve method onCreate VKUIHelper.onResume(this); // Can not resolve method onResume VKUIHelper.onActivityResult(this, requestCode, resultCode, data); // Can not resolve method onActivityResult VKUIHelper.onDestroy(this); // Can not resolve method onDestroy
compile 'com.vk:androidsdk:1.3.9'
- SorryForMyEnglish