Crodova vk plugin does not work [cannot read package name from manifest file]

116 views Asked by At

After installing https://github.com/akveo/cordova-vk/

cordova plugin add cordova-vk --variable VK_APP_ID=....

It says about adding vksdk_library You should add

'android.library.reference.2=vksdk_library' to project.properties

If add it to my platforms\android\project.properties as

android.library.reference.1=CordovaLib
android.library.reference.2=app
android.library.reference.3=vksdk_library

in build time i got error * What went wrong: A problem occurred configuring project ':vksdk_library'.

Cannot read packageName from C:\games\cordova\gamename\platforms\android\vksdk_library\src\main\AndroidManifest.xml

0

There are 0 answers