ant_executable,"clean","package","-Dtested.package_name=#{package_name(app)}","-Dtested.main_activity=#{main_activity(app)}","-Dtested.project.apk=\"#{app}\"","-Dandroid.api.level=#{api_level}","-Dkey.store=\"#{File.expand_path keystore["keystore_location"]}\"","-Dkey.store.password=#{keystore["keystore_password"]}","-Dkey.alias=#{keystore["keystore_alias"]}","-Dkey.alias.password=#{keystore["keystore_alias_password"]}",My file"-Dtested.package_name=#{com.src.liontest}","-Dtested.main_activity=#{main_activity(app)}",//I copy the activity name from Eclipse console after running the emulator"-Dtested.project.apk=\"#{app}\"",
Thanks and Regards, Anoop
Which version of Calabash are you using?
The error says " unable to find directory" in calabash-android-build.rb file.
when i look at calabash-android-build.rb file all the parameters have default values and not the actual values. Then I opened this file in a ruby editor and changed the values. Then I run the code again.And getting the mentioned error.