Ver código fonte

add 3588 system sign tool

wangyongj 1 ano atrás
pai
commit
33eb145765

BIN
3588_ma_system.jks


BIN
Screenshot_20231110_201129.png


BIN
Screenshot_20231110_201129.zip


BIN
Screenshot_20231110_201152.png


BIN
Screenshot_20231110_201213.png


+ 2 - 1
app/build.gradle

@@ -47,7 +47,8 @@ android {
         debug {
             keyAlias 'system'
             keyPassword 'xugame888'
-            storeFile file('../s905_system.jks')
+//            storeFile file('../s905_system.jks')
+            storeFile file('../3588_ma_system.jks')
 //            storeFile file('../android_4.4_haisi_zou_system.jks')//android4.4
 //            storeFile file('../q5_t509_system.jks')
 //            storeFile file('../q5_t509_system.jks')

BIN
app/release/app-release.apk


+ 20 - 0
app/release/output-metadata.json

@@ -0,0 +1,20 @@
+{
+  "version": 3,
+  "artifactType": {
+    "type": "APK",
+    "kind": "Directory"
+  },
+  "applicationId": "com.xugame.gameconsole",
+  "variantName": "release",
+  "elements": [
+    {
+      "type": "SINGLE",
+      "filters": [],
+      "attributes": [],
+      "versionCode": 1,
+      "versionName": "1.0",
+      "outputFile": "app-release.apk"
+    }
+  ],
+  "elementType": "File"
+}

+ 0 - 1
app/src/main/AndroidManifest.xml

@@ -50,7 +50,6 @@
         android:hasCode="true"
         android:icon="@mipmap/ic_launcher"
         android:isGame="true"
-        android:debuggable="true"
         android:label="@string/app_name"
         android:requestLegacyExternalStorage="true"
         android:roundIcon="@mipmap/ic_launcher"

+ 1 - 1
app/src/main/java/com/xugame/gameconsole/util/DebugUtil.java

@@ -4,7 +4,7 @@ import android.util.Log;
 
 
 public class DebugUtil {
-    static private boolean DEBUG = true;
+    static private boolean DEBUG = false;
 
     public static void d(String tag, String msg) {
         if (DEBUG)