xmnboy This is not really a XDK issue, is more of a plugin problem, but how do i fix this error? Error: more than one library with package name 'com.google.android.gms'
My project uses 2 plugins that are using 2 versions of GooglePlayServices, If I remove one version , the other plugin is not working and the other way around, so I must use both versions somehow.
The error also say this: "You can temporarily disable this error with android.enforceUniquePackageName=false
However, this is temporary and will be enforced in 1.0"
But where to write this flag and what does 1.0 mean?