Files
rr3-apk/smali_classes4/com/mbridge/msdk/playercommon/PlayerErrorConstant.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

38 lines
1.3 KiB
Smali

.class public Lcom/mbridge/msdk/playercommon/PlayerErrorConstant;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final ILLEGAL_VIDEO_ADDRESS:Ljava/lang/String; = "illegal video address"
.field public static final MEDIAPLAYER_INIT_FAILED:Ljava/lang/String; = "MediaPlayer init error"
.field public static final MEDIAPLAYER_NO_INIT:Ljava/lang/String; = "MediaPlayer need to init "
.field public static final PLAYERING_TIMEOUT:Ljava/lang/String; = "play buffering tiemout"
.field public static final PLAY_CANNOT_PALY:Ljava/lang/String; = "mediaplayer cannot play"
.field public static final PLAY_DOWNLOAD_TASK_ILLEGAL:Ljava/lang/String; = "download task is null"
.field public static final PLAY_FILE_SIZE_ILLEGAL:Ljava/lang/String; = "file size is null"
.field public static final PLAY_URL_ILLEGAL:Ljava/lang/String; = "play url is null"
.field public static final PREPARE_TIMEOUT:Ljava/lang/String; = "mediaplayer prepare timeout"
.field public static final SET_DATA_SOURCE_ERROR:Ljava/lang/String; = "set data source error"
.field public static final UNKNOW_ERROR:Ljava/lang/String; = "unknow error"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method