[Android] Embeddinator build fails while generating Java stubs
While trying to create .aar file I am getting this kind of error:
E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : Failed to read 'E:\MyExamples\WebView\XamarinDLL\AndroidXamarinLib\bin\Debug\AndroidXamarinLib.dll' with debugging symbols. Retrying to load it without it. Error details are logged below. 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : System.TypeLoadException: Could not find symbol provider type Mono.Cecil.Pdb.NativePdbReaderProvider 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Mono.Cecil.Cil.SymbolProvider.GetReaderProvider(SymbolKind kind) 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Mono.Cecil.Cil.DefaultSymbolReaderProvider.GetSymbolReader(ModuleDefinition module, String fileName) 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Mono.Cecil.ModuleReader.ReadSymbols(ModuleDefinition module, ReaderParameters parameters) 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Mono.Cecil.ModuleReader.CreateModule(Image image, ReaderParameters parameters) 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters) 1>E:\MyExamples\WebView\XamarinDLL\output\GenerateJavaStubs.proj(17,5): warning : at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.ReadAssembly(String file) It looks like it does create .aar file but when I import it into Java Studio, the app craches. i thing the problem is in Java stubs