"java.exe" вышел с кодом 1 - Xamarin android - PullRequest
0 голосов
/ 05 февраля 2019

Ради уменьшения размера приложения я проверяю Включить ProGuard в проекте Android.Но получая ошибку компиляции

Ошибка "java.exe" с кодом 1.

Из разных потоков я пробовал несколько вещей, таких как, все еще не повезло

  • Добавлен последний файл proguard в ~ \ android-sdk \ tools \ proguard.
  • Размер головы уже равен 1G.
  • Действие встроенного файла proguard установлено в ProguardConfiguration.
  • Используемый файл JDK ~ \ Java \ jdk1.8.0_201.
  • Используемый файл NDK ~ \ android-ndk-r15c-windows-x86_64 \ android-ndk-r15c.
  • Androidцелевая версия - 9.0 (круговая).
  • Конфигурация My Solutions в режиме выпуска.

Ниже приведен скриншот моей ошибки

enter image description here

Журнал:

2>PROGUARD : warning : com.google.android.gms.internal.zzal: can't find superclass or interface org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.StatusLine
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.StatusLine
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpDelete
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpGet
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpHead
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpOptions
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpTrace
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.entity.ByteArrayEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced method 'void addHeader(java.lang.String,java.lang.String)' in program class com.google.android.gms.internal.zzal
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpDelete
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpGet
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpHead
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpOptions
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpTrace
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.entity.ByteArrayEntity
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced method 'void setURI(java.net.URI)' in program class com.google.android.gms.internal.zzal
2>PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateParseException
2>PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>PROGUARD : warning : com.google.android.gms.internal.zzan: can't find referenced class org.apache.http.HttpResponse
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$Event
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$Param
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$UserProperty
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>PROGUARD : warning : there were 100 unresolved references to classes or interfaces.
2>           You may need to add missing library jars or update their versions.
2>           If your code works fine without the missing classes, you can suppress
2>           the warnings with '-dontwarn' options.
2>           (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedclass)
2>PROGUARD : warning : there were 2 unresolved references to program class members.
2>           Your input classes appear to be inconsistent.
2>           You may need to recompile the code.
2>           (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedprogramclassmember)
2>  java.io.IOException: Please correct the above warnings first.
2>      at proguard.Initializer.execute(Unknown Source)
2>      at proguard.ProGuard.initialize(Unknown Source)
2>      at proguard.ProGuard.execute(Unknown Source)
2>      at proguard.ProGuard.main(Unknown Source)
2>  Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
2>  Picked up _JAVA_OPTIONS: -Xmx512M
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2550,3): error MSB6006: "java.exe" exited with code 1.
2>
2>Build FAILED.
2>
2>"D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\SISAPP\SISAPP.Droid.csproj" (Rebuild;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
2>"D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\SISAPP.PCL\SISAPP.PCL.csproj" (GetTargetPath target) (2:2) ->
2>(BclBuildValidateNugetPackageReferences target) -> 
2>  D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets(243,5): warning : All projects referencing SISAPP.PCL.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569.
2>
2>
2>"D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\SISAPP\SISAPP.Droid.csproj" (Rebuild;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
2>(CoreCompile target) -> 

2>"D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\SISAPP\SISAPP.Droid.csproj" (Rebuild;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
2>(_CompileToDalvikWithDx target) -> 
2>  PROGUARD : warning : com.google.android.gms.internal.zzal: can't find superclass or interface org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.StatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.StatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzad: can't find referenced class org.apache.http.Header
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpDelete
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpGet
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpHead
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpOptions
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpTrace
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.entity.ByteArrayEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced method 'void addHeader(java.lang.String,java.lang.String)' in program class com.google.android.gms.internal.zzal
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpDelete
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpGet
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpHead
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpOptions
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPost
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpPut
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpTrace
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.entity.ByteArrayEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.HttpClient
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpUriRequest
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzak: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced method 'void setURI(java.net.URI)' in program class com.google.android.gms.internal.zzal
2>  PROGUARD : warning : com.google.android.gms.internal.zzal: can't find referenced class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
2>  PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateParseException
2>  PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>  PROGUARD : warning : com.google.android.gms.internal.zzam: can't find referenced class org.apache.http.impl.cookie.DateUtils
2>  PROGUARD : warning : com.google.android.gms.internal.zzan: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzan: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.ProtocolVersion
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.StatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHeader
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicStatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.ProtocolVersion
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.entity.BasicHttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHeader
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicHttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.message.BasicStatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.StatusLine
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.HttpResponse
2>  PROGUARD : warning : com.google.android.gms.internal.zzao: can't find referenced class org.apache.http.HttpEntity
2>  PROGUARD : warning : com.google.android.gms.internal.zzas: can't find referenced class android.net.http.AndroidHttpClient
2>  PROGUARD : warning : com.google.android.gms.internal.zzas: can't find referenced class android.net.http.AndroidHttpClient
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzc: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$Event
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$Param
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement$UserProperty
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : com.google.firebase.messaging.zzd: can't find referenced class com.google.android.gms.measurement.AppMeasurement
2>  PROGUARD : warning : there were 100 unresolved references to classes or interfaces.
2>  PROGUARD : warning : there were 2 unresolved references to program class members.
2>
2>
2>"D:\Arvind.ch\SIS\SIS_Product\SIS-Global-QA-SY\edTheSIS\SISAPP\SISAPP.Droid.csproj" (Rebuild;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
2>(_CompileToDalvikWithDx target) -> 
2>  C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2550,3): error MSB6006: "java.exe" exited with code 1.
2>
2>    169 Warning(s)
2>    1 Error(s)
2>
2>Time Elapsed 00:01:14.98
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
...