我正在使用Calabash-Android,当我使用此命令运行时:
calabash-android run <apk>
我收到此错误:
AndroidManifest.xml:8: error: No resource identifier found for attribute 'required' in package 'android'
~/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.2/bin/calabash-android-build.rb:26:in `block (2 levels) in calabash_build': Could not create dummy.apk (RuntimeError)
如何解决这个问题?
我的配置:
答案 0 :(得分:0)
我认为安装较新版本的Android SDK可以解决您的问题。
android:required
很晚才推出 - 我认为围绕api 5级。