After update to 1.8 and running skip android run #644
brandonaho
started this conversation in
General
Replies: 2 comments
-
|
For a new Skip project, you'll want to either run it directly from the Xcode app target (which will build and launch it on both iOS and Android). You can also manually launch it on an Android emulator or device with |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you. That make sense
From: marcprux ***@***.***>
Date: Thursday, March 26, 2026 at 8:25 AM
To: skiptools/skip ***@***.***>
Cc: Brandon Aho ***@***.***>, Author ***@***.***>
Subject: Re: [skiptools/skip] After update to 1.8 and running skip android run (Discussion #644)
skip android run is for running a pure swift CLI executable. It doesn't run Skip projects. I agree, this is confusing.
For a new Skip project, you'll want to either run it directly from the Xcode app target (which will build and launch it on both iOS and Android). You can also manually launch it on an Android emulator or device with gradle -p Android/ launchDebug.
—
Reply to this email directly, view it on GitHub<#644?email_source=notifications&email_token=AWDZR4TLRJ3KODLG34KHL434SVDVDA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRTGI4DQNZWUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-16328876>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWDZR4QMFRX54MTUJVIK6EL4SVDVDAVCNFSM6AAAAACXASU7TGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMZSHA4DONQ>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built a new base blank project and just trying to run the skip android run command and it build everything and then errors with the following. Just starting to learn all of this. I am from the iOS world so it's a bit new and I maybe doing something incorrectly.
Build complete! (15.06s)
[✓] Check Swift Package (0.21s)
Error: Expected executable did not exist at: /Users/brandonaho/Library/CloudStorage/Dropbox/ReFrazeSkp/refraze-app/.build/aarch64-unknown-linux-android28/debug/refraze-appPackageTests.xctest
Its just the blank project so not sure why its looking for tests.
Beta Was this translation helpful? Give feedback.
All reactions