File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ NOTE: This tutorial requres at minimum [p4a version v2022.07.20](https://github.
15
15
16
16
## Generate empty buildozer config
17
17
18
- ```
18
+ ``` bash
19
19
cd libapp
20
20
buildozer init
21
21
```
22
22
23
23
Edit a sample python file called srv.py
24
24
25
- ```
25
+ ``` python
26
26
import time
27
27
while True :
28
28
time.sleep(1 )
@@ -57,7 +57,7 @@ android.archs = arm64-v8a, x86
57
57
` buildozer android release `
58
58
59
59
## Setup a flutter project
60
- ```
60
+ ``` bash
61
61
cd ..\
62
62
flutter create -i objc -a java testapp
63
63
```
@@ -89,7 +89,7 @@ dependencies {
89
89
90
90
edit ` testapp/android/app/src/main/java/com/example/testapp/MainActivity.java `
91
91
92
- ```
92
+ ``` java
93
93
package com.example.testapp ;
94
94
import io.flutter.embedding.android.FlutterActivity ;
95
95
import android.os.Bundle ;
You can’t perform that action at this time.
0 commit comments