我想在我的Windows7机器上设置用于APK测试的calabash android。我已经安装了Android Studio、Ruby和JAenter code hereVA JDK。我还正确地设置了环境变量。下面是的版本
C:\Users\username>ruby -v
ruby 2.4.2p198 (2017-09-14 revision 59899) [x64-mingw32]
C:\Users\username>gem -v
2.6.13
C:\Users\username>java -version
java version "9.0.1"
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)我已经成功地生成了密钥存储和calabash设置。但在辞职的过程中,我得到了低于错误。
C:\calabash-test-android\Automation>bundle exec calabash-android resign
C:\calabash-test-android\Automation\UAT-release.apk
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.0/lib/calabash-
android/java_keystore.rb:60:in `sign_apk': Could not sign app:
C:/Users/TEST~1.SAD/AppData/Local/Temp/d20171204-8720-1yhtd9r/unsigned.apk
(RuntimeError)
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.0/lib/c
alabash-android/helpers.rb:164:in `sign_apk'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.0/lib/c
alabash-android/helpers.rb:119:in `block in resign_apk'
from C:/Ruby24-x64/lib/ruby/2.4.0/tmpdir.rb:89:in `mktmpdir'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.0/lib/c
alabash-android/helpers.rb:113:in `resign_apk'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.0/bin/c
alabash-android:133:in `<top (required)>'
from C:/Ruby24-x64/bin/calabash-android:23:in `load'
from C:/Ruby24-x64/bin/calabash-android:23:in `<main>'https://stackoverflow.com/questions/47629352
复制相似问题