Closed qcjxberin closed 4 years ago
@qcjxberin I'm not sure what you are asking here? Can you give some more detail?
If you want to know the equivalent for these gradle settings in Xamarin.Android, is this what you're looking for?
I already know how to get it here
Tks
signingConfigs { debug { v2SigningEnabled false storeFile file("debug.jks") storePassword '123456' keyAlias 'ray_ni' keyPassword '123456' } release { v2SigningEnabled false storeFile file("debug.jks") storePassword '123456' keyAlias 'ray_ni' keyPassword '123456' } }
The build.gradle file must contain the above content, otherwise the third-party SDK cannot parse the data normally, what needs to be done to solve the problem.