代码之家  ›  专栏  ›  技术社区  ›  Tom

错误:E2564找不到程序“C:\ bin\JarSigner.exe”

  •  0
  • Tom  · 技术社区  · 4 年前

    我试图为Android编译一个简单的空表单我安装了很多东西,而且已经和整件事吵了好几个小时了。 现在它说:

    [PAClient Error] Error: E2564 Could not find program, 'C:\bin\JarSigner.exe'
    

    没有目录C:\ bin,JarSigner.exe位于:

    C:\Program Files\Java\jdk1.8.0_60\bin
    

    如何指定正确的路径为什么Android的编译会有这么多问题?

    1 回复  |  直到 4 年前
        1
  •  1
  •   Remy Lebeau    4 年前

    这在RAD Studio的文档中有介绍:

    E2564 Could not find program, 'path'

    你必须确保 Android SDK 你拥有的 assigned to the Android target platform in your project 配置为 JarSigner位置 路径。您可以从 SDK Manager .

    推荐文章