Files
rr3-apk/smali_classes2/com/applovin/sdk/AppLovinErrorCodes.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

54 lines
1.4 KiB
Smali

.class public Lcom/applovin/sdk/AppLovinErrorCodes;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final FETCH_AD_TIMEOUT:I = -0x3e9
.field public static final INCENTIVIZED_NO_AD_PRELOADED:I = -0x12c
.field public static final INCENTIVIZED_SERVER_TIMEOUT:I = -0x1f4
.field public static final INCENTIVIZED_UNKNOWN_SERVER_ERROR:I = -0x190
.field public static final INCENTIVIZED_USER_CLOSED_VIDEO:I = -0x258
.field public static final INVALID_AD_TOKEN:I = -0x8
.field public static final INVALID_BODY:I = -0x3e8
.field public static final INVALID_RESPONSE:I = -0x320
.field public static final INVALID_URL:I = -0x384
.field public static final INVALID_ZONE:I = -0x7
.field public static final NO_FILL:I = 0xcc
.field public static final NO_NETWORK:I = -0x3f1
.field public static final SDK_DISABLED:I = -0x16
.field public static final UNABLE_TO_PRECACHE_HTML_RESOURCES:I = -0xcb
.field public static final UNABLE_TO_PRECACHE_IMAGE_RESOURCES:I = -0xc9
.field public static final UNABLE_TO_PRECACHE_RESOURCES:I = -0xc8
.field public static final UNABLE_TO_PRECACHE_VIDEO_RESOURCES:I = -0xca
.field public static final UNABLE_TO_RENDER_AD:I = -0x6
.field public static final UNSPECIFIED_ERROR:I = -0x1
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method