安装openssl后无法在unity上构建android应用程序

安装openssl后无法在unity上构建android应用程序,android,unity3d,Android,Unity3d,从今天早上开始我有一个错误。它昨天运行良好,之后我安装了openssl。从那以后,今天当我试图建立在团结的基础上时,我得到了这个错误 Error building Player: Win32Exception: ApplicationName='C:\Program Files (x86)\Java\jre7\bin\javac.exe', CommandLine='-bootclasspath "F:/adt-bundle-/adt-bundle-windows-x86_64-20131

从今天早上开始我有一个错误。它昨天运行良好,之后我安装了openssl。从那以后,今天当我试图建立在团结的基础上时,我得到了这个错误

Error building Player: Win32Exception: 
ApplicationName='C:\Program Files (x86)\Java\jre7\bin\javac.exe', 
CommandLine='-bootclasspath 
"F:/adt-bundle-/adt-bundle-windows-x86_64-20131030/sdk/platforms/android-19\android.jar" -d 
"C:\Users\Pillairajeshg\Documents\todaysgame\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding ascii "com\facebook\android\R.java" "my\crap\testing\R.java"', 
CurrentDirectory='C:\Users\Pillairajeshg\Documents\todaysgame\Temp\StagingArea\gen'   

似乎在安装OpenSSL时,它将JAVA_HOME更改为指向jre安装

您应该检查JAVA_HOME是否指向安装了javac的jdk安装