You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opens the Android native project from the corresponding `platforms` directory.
11
+
12
+
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened.
13
+
14
+
### Commands
15
+
16
+
Usage | Synopsis
17
+
------|-------
18
+
Open the project in Android Studio | `$ ns open android`
19
+
20
+
<% if(isHtml) { %>
21
+
22
+
### Related Commands
23
+
24
+
Command | Description
25
+
----------|----------
26
+
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory.
Opens the iOS native project from the corresponding `platforms` directory.
11
+
12
+
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened.
13
+
14
+
### Commands
15
+
16
+
Usage | Synopsis
17
+
------|-------
18
+
Open the project in Xcode | `$ ns open ios`
19
+
20
+
<% if(isHtml) { %>
21
+
22
+
### Command Limitations
23
+
24
+
* You can run `$ ns open ios` only on macOS systems.
25
+
26
+
### Related Commands
27
+
28
+
Command | Description
29
+
----------|----------
30
+
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory.
Opens the iOS/Android native project from the corresponding `platforms` directory.
11
+
12
+
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened.
`<Platform>` is the target mobile platform for which you want to open the native project. You can set the following target platforms.
22
+
*`android` - Opens the Android project in Android Studio.
23
+
*`ios` - Opens native iOS project in Xcode.<% } %>
24
+
25
+
<% if(isHtml) { %>
26
+
27
+
### Command Limitations
28
+
29
+
* You can run `$ ns open ios` only on macOS systems.
30
+
31
+
### Related Commands
32
+
33
+
Command | Description
34
+
----------|----------
35
+
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory.
0 commit comments