File tree 1 file changed +3
-3
lines changed
website/src/pages/docs/unpack/android
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
49
49
在 ` android/app/src/main/AndroidManifest.xml ` 文件中添加
50
50
51
51
``` diff
52
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
52
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
53
53
<uses-permission android:name="android.permission.INTERNET" />
54
54
<uses-permission android:name="android.permission.CAMERA" />
55
55
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -74,7 +74,7 @@ android {
74
74
</intent-filter>
75
75
</activity>
76
76
</application>
77
- </manifest>
77
+ </manifest>
78
78
```
79
79
80
80
![ ] ( ./img/image7.png ) <!-- rehype:style=max-width: 650px;width: 100%;-->
@@ -196,4 +196,4 @@ Android Studio 打包
196
196
197
197
记得选择生成目录 ` <项目所在目录>/android/app/build/outputs/apk `
198
198
199
- ![ ] ( ./img/image5.png ) <!-- rehype:style=max-width: 650px;width: 100%;-->
199
+ ![ ] ( ./img/image5.png ) <!-- rehype:style=max-width: 650px;width: 100%;-->
You can’t perform that action at this time.
0 commit comments