-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The app does not start #278
Comments
What do you see in logcat?
|
07-05 12:44:55.660: D/AndroidRuntime(408): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< |
Does your app has the permission to access the internet?
On Jul 5, 2013, at 11:49 AM, alkor133 notifications@github.com wrote:
|
My application does not require access to the Internet, why the issue has been closed? |
The test server spins up a http server to receive requests from the Ruby client and for that we need permissions to open a socket. |
jonas, how and where do i add those internet permissions. i am using win7 host with android sdk |
ENV["ADB_DEVICE_ARG"] = "4df1b1021e2b6f4f"
path1 = File.expand_path("rotate.apk")
@@App1 = Calabash::Android::Operations::Device.new(
self, ENV["ADB_DEVICE_ARG"], "45678", path1, test_server_path(path1), 7102)
Actual result:
nil But the app does not start
Expected result:
I did the same with other applications and it works
You can find application and server here:
https://www.dropbox.com/sh/fngqd4itf18fa38/P-3dCc5sYM
The text was updated successfully, but these errors were encountered: