我无法将 Android 项目从 Delphi 10.4 迁移到 Delphi 11.1
当我安装 Delphi 11.1 后尝试编译在 Delphi 10.4 中完成的 Android 项目时,如果您对以下错误有任何想法,请帮忙:
[PAClient 错误] 错误:E7688 无法执行 '"C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin\java.exe" -cp "c:\program files (x86)\embarcadero \studio\22.0\bin\Android\r8-3.0.73.jar" com.android.tools.r8.D8 --output “C:\ Users \ Test \ Desktop \ TestApp \ Android64 \ Release \ BarcodexMS.classes”@“C:\ Users \ Test \ Desktop \ TestApp \ Android64 \ Release \ dex_list.txt”'(错误1)
注意:如果我尝试创建一个具有相同名称的新应用程序,并从具有完全相同名称的其他项目中移动表单和代码,这给了我一个错误:
应用程序的同名使用了不同的签名
我再次安装了 Delphi 10.4,但不幸的是我再次遇到签名问题。当我重新安装 Windows 后,如何才能恢复旧签名。
顺便说一句,我不想卸载该应用程序并再次重新安装。
Please help if you have any idea of the following error when I try to compile my Android project completed in Delphi 10.4 after I install Delphi 11.1:
[PAClient Error] Error: E7688 Unable to execute '"C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin\java.exe" -cp "c:\program files (x86)\embarcadero\studio\22.0\bin\Android\r8-3.0.73.jar" com.android.tools.r8.D8 --output "C:\Users\Test\Desktop\TestApp\Android64\Release\BarcodexMS.classes" @"C:\Users\Test\Desktop\TestApp\Android64\Release\dex_list.txt"' (Error 1)
Note: If I try to create a new application with the same name and move Forms and code from the other project with exactly the same name, it gives me an error:
different Signature been used with the same name of the application
I have installed Delphi 10.4 again but unfortunately I get the Signature problem again. How can I get the old signature back as I have reinstalled the Windows.
By the way, I don't want to uninstall the app and reinstall again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须恢复自由。转到目标平台 - > Android(32/64) - >库。右键单击鼠标,然后恢复。
you must revert on lib. go to Target Platform -> Android (32/64) -> Libraries. right click on mouse, then revert.