ojorma
ojorma

Reputation: 385

Visualstudio appcenter cannot find keystore file Xamarin.android

jarsigner error: java.lang.RuntimeException: keystore load: /Users/runner/runners/2.166.2/work/1/s/RMobile/C:/Users/User/AppData/Local/Xamarin/Mono for Android/Keystore//.keystore (No such file or directory

I get this error in appcenter

enter image description here

Upvotes: 1

Views: 1186

Answers (1)

ojorma
ojorma

Reputation: 385

Obviously something changed in appcenter or xamarin. The solution was to uncheck the checkbox in the build configuration that says "sign the .APK file using the following keystore details"

after i pushed to appcenter the build worked. Thanks @cbalakus

Upvotes: 2

Related Questions