File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/src/pages/docs/unpack/android Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
4949在 ` android/app/src/main/AndroidManifest.xml ` 文件中添加
5050
5151``` diff
52- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
52+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
5353 <uses-permission android:name="android.permission.INTERNET" />
5454 <uses-permission android:name="android.permission.CAMERA" />
5555 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -74,7 +74,7 @@ android {
7474 </intent-filter>
7575 </activity>
7676 </application>
77- </manifest>
77+ </manifest>
7878```
7979
8080![ ] ( ./img/image7.png ) <!-- rehype:style=max-width: 650px;width: 100%;-->
@@ -196,4 +196,4 @@ Android Studio 打包
196196
197197记得选择生成目录 ` <项目所在目录>/android/app/build/outputs/apk `
198198
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