Skip to content

Commit 9d61424

Browse files
authored
Update README.md
1 parent af0ba10 commit 9d61424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ NOTE: This tutorial requres at minimum [p4a version v2022.07.20](https://github.
1515

1616
## Generate empty buildozer config
1717

18-
```
18+
```bash
1919
cd libapp
2020
buildozer init
2121
```
2222

2323
Edit a sample python file called srv.py
2424

25-
```
25+
```python
2626
import time
2727
while True:
2828
time.sleep(1)
@@ -57,7 +57,7 @@ android.archs = arm64-v8a, x86
5757
`buildozer android release`
5858

5959
## Setup a flutter project
60-
```
60+
```bash
6161
cd ..\
6262
flutter create -i objc -a java testapp
6363
```
@@ -89,7 +89,7 @@ dependencies {
8989

9090
edit `testapp/android/app/src/main/java/com/example/testapp/MainActivity.java`
9191

92-
```
92+
```java
9393
package com.example.testapp;
9494
import io.flutter.embedding.android.FlutterActivity;
9595
import android.os.Bundle;

0 commit comments

Comments
 (0)