Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit 9ec4c45

Browse files
Update README.md
1 parent 63f5ffb commit 9ec4c45

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,27 @@ npm i or yarn i (Based on your package manager)
99

1010
# Starting the server
1111
enter the following commandd into your cmd/cli:
12-
[<br>]
12+
<br>
1313
npm dev
1414

1515
# Building the app
1616
Enter the follwoing command to build your app:
17-
[<br>]
17+
<br>
1818
ionic build
1919

2020
# Running the app in android studio
21-
Type the following code in your cmd/cli to run the app in Android Studio:
22-
[<br>]
21+
Type the following cmmands in your cmd/cli to run the app in Android Studio:
22+
<br>
2323
Make sure to set the set Android Gradle Plugin Version as 3.6.1 and Gradle version as 6.2.1 in the Project Structure from the file menu of Android Studio oor your app may not compile.
24-
[<br>]
24+
<br/>
25+
You can either use the following single command: npm run Android or use a set of commands for running the project in Android Studio:
26+
<br/>
2527
ionic build
26-
[<br>]
27-
ionic cap open android
28+
<br/>
29+
ionic cap platform add android
30+
<br/>
31+
ionic cap copy
32+
<br/>
33+
ionic cap sync
34+
<br/>
35+
ionic cap open android

0 commit comments

Comments
 (0)