You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing plugin i get instuction to add
vksdk_library to the properties
I've got
android.library.reference.1=CordovaLib
android.library.reference.2=app
if i add
android.library.reference.3=vksdk_library
or
android.library.reference.2=vksdk_library
i have error
A problem occurred configuring project ':vksdk_library'.
Cannot read packageName from C:\games\cordova\gamename\platforms\android\vksdk_library\src\main\AndroidManifest.xml
I not vksdk is added i get nothing happens during vk init function, so i guess it is needed for working
The text was updated successfully, but these errors were encountered:
After installing plugin i get instuction to add
vksdk_library to the properties
I've got
android.library.reference.1=CordovaLib
android.library.reference.2=app
if i add
android.library.reference.3=vksdk_library
or
android.library.reference.2=vksdk_library
i have error
A problem occurred configuring project ':vksdk_library'.
I not vksdk is added i get nothing happens during vk init function, so i guess it is needed for working
The text was updated successfully, but these errors were encountered: