"generator.exe";以代码"-1073741819"退出 [英] "generator.exe" exited with code "-1073741819"

查看:77
本文介绍了"generator.exe";以代码"-1073741819"退出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Visual Studio和Xamarin c#monodroid开发工具中开发一个android应用程序. 我有一些嵌入到项目中的外部JAR文件.大多数项目都能正常工作,但是当我尝试从Yocto嵌入JAR时( yocto android lib ),然后将YoctoAPI.jar放入新的android项目中,并将其链接为"EmbeddedJar",则编译器将失败,但代码-1073741819退出的情况是"generator.exe". 这是生成器中的NULL指针异常,并且在网上搜索时,我发现一些人也遇到相同的问题,并告诉我不支持混淆代码(我理解).但是,如何在JAR文件中找到混淆的代码?还是我没有看到其他问题.

如果我需要发布更多项目设置或环境/系统参数,请告诉我

解决方案

在创建绑定项目时遇到了相同的错误,在我的情况下,问题出在资源文件中,您需要添加jar文件和资源文件,例如,

bin-包含所有jar文件,

res-包含所有资源文件,

,然后在项目中添加压缩后的" bin "文件夹,即可正常运行.

I'am developing a android application in Visual Studio and the Xamarin c# monodroid development tools. I have some external JAR files that i embed into my projects. Most of the project work fine but when i try to embed the JAR from Yocto (yocto android lib) and place the YoctoAPI.jar into a new android project and link it as "EmbeddedJar" the compiler fails with the exception "generator.exe" exited with code -1073741819. This is a NULL pointer exception in the generator and searching the net i found some people who have the same problem and tells me that obfuscated code is not supported (that i understand). But how can i find the obfuscated code in the JAR file? Or is there a other problem that i'am not seeing.

If i need to post more project settings or envirioment/system parameters, please let me know

解决方案

I got same error while create binding project, in my case the problem is in resource file, you need to add the jar file and resource file like,

bin - contains all jar files,

res - contains all resource files,

and add the compressed 'bin' folder in your project and build works fine.

这篇关于"generator.exe";以代码"-1073741819"退出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆