Skip to content

Commit 987a25c

Browse files
committed
安卓打包
1 parent 44a2091 commit 987a25c

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="org.RMEssentials" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="20151024" android:versionCode="1" android:installLocation="auto">
2+
<manifest package="org.RMEssentials" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="20161224" android:versionCode="1" android:installLocation="auto">
33
<application android:hardwareAccelerated="false" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
44
<activity
55
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"

android/res/drawable-hdpi/icon.png

10.2 KB
Loading

android/res/values-zh/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="app_name">节奏大师工具箱</string>
5+
6+
</resources>

android/res/values/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="app_name">RMEssentials</string>
5+
6+
</resources>

0 commit comments

Comments
 (0)