2017-12-04 5 views
1

내 Windows 7 컴퓨터에서 APK 테스트를 위해 calabash android를 설정하고 싶습니다. Android Studio, Ruby 및 JA enter code hereVA JDK을 설치했습니다. 나는 환경 변수를 적절히 설정했다. 아래는 버전입니다.은 Calabash Android에서 apk를 사임 할 수 없습니다.

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) 

키 저장소와 호리병구 설정이 성공적으로 완료되었습니다. 그러나 사임하는 동안 apk 나는 아래 오류 받고있다.

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>' 
+0

https://github.com/calabash/calabash-android/wiki/Running-Calabash-Android https://stackoverflow.com/questions/47628053/error-when-generating-signed-apk/47628106# 47628106 –

+0

이것에 대한 어떤 업데이 트? 같은 문제에 직면하고 지금은 해결책을 모른다 ... – Clergyman

답변

0

권장되는 루비 버전은 Calabash 보석 용으로 2.3.1입니다. 이 버전으로 다운 그레이드하고 최신 calabash-android gem (0.9.2)으로 다시 시도하십시오.