calabash / calabash-android

Automated Functional testing for Android using cucumber
Other
1.68k stars 617 forks source link

calabash-android - Issue when building apk #863

Open Jas4you opened 6 years ago

Jas4you commented 6 years ago

Hi,

I'm new to calabash-android and I'm getting the following issue when trying to run the build command:

C:\Users\Jaswant>bundle exec calabash-android build Desktop\Calabash\Android\myapp.apk

C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/lib/calabash-android/helpers.rb:19:in `package_name': 'package' not found in aapt output (RuntimeError) from C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/bin/calabash-android-build.rb:41:in block (2 levels) in calabash_build' from C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/bin/calabash-android-build.rb:37:inchdir' from C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/bin/calabash-android-build.rb:37:in block in calabash_build' from C:/Ruby/lib/ruby/2.4.0/tmpdir.rb:89:inmktmpdir' from C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/bin/calabash-android-build.rb:36:in calabash_build' from C:/Ruby/lib/ruby/gems/2.4.0/gems/calabash-android-0.9.2/bin/calabash-android:72:in<top (required)>' from C:/Ruby/bin/calabash-android:23:in load' from C:/Ruby/bin/calabash-android:23:in

'

Need some help please?