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
{{ message }}
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.
hi there, i try to build my project in Release mode with XamGuard, i received the following error:
2>PROGUARD : error : opening registry key 'Software\JavaSoft\Java Runtime Environment'
2>PROGUARD : error : could not find java.dll
2>PROGUARD : error : Could not find Java SE Runtime Environment.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
i tried to check my registry 'Software\JavaSoft\Java Runtime Environment' and it looks correct (CurrentVersion, Permission Setting)
I also checked my environment variable, both PATH and JAVA_HOME pointing to the correct folder. I can't figure out why its not working.
Also initially there is an error: can't find proguard.jar in ..\lib folder
so i copied the proguard.jar file from C:\Users\AppData\Local\Android\sdk\tools\proguard\lib to the folder Xamarin project lib folder.
Would be great if you can shed some light on how to fix this.
cheers
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi there, i try to build my project in Release mode with XamGuard, i received the following error:
2>PROGUARD : error : opening registry key 'Software\JavaSoft\Java Runtime Environment'
2>PROGUARD : error : could not find java.dll
2>PROGUARD : error : Could not find Java SE Runtime Environment.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
i tried to check my registry 'Software\JavaSoft\Java Runtime Environment' and it looks correct (CurrentVersion, Permission Setting)
I also checked my environment variable, both PATH and JAVA_HOME pointing to the correct folder. I can't figure out why its not working.
Also initially there is an error: can't find proguard.jar in ..\lib folder
so i copied the proguard.jar file from C:\Users\AppData\Local\Android\sdk\tools\proguard\lib to the folder Xamarin project lib folder.
Would be great if you can shed some light on how to fix this.
cheers
The text was updated successfully, but these errors were encountered: