Files
rr3-apk/README-community.md
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

2.0 KiB

Real Racing 3 - Discord Community Version

This branch contains the modified APK being worked on by the Discord community.

Version Info

  • Filename: RR3_WORKIING_NO32BITCUZKYS signed.apk
  • Size: 71.57 MB
  • Source: Discord community development

Key Changes from Original

Removed Features

  • 32-bit support (armeabi-v7a) - This version is 64-bit only
    • Original had both armeabi-v7a (22.56 MB) and arm64-v8a (31.57 MB)
    • This version only includes arm64-v8a (31.57 MB)
    • Impact: Will NOT work on older/budget Android devices

Architecture Support

  • arm64-v8a only (64-bit ARM)
  • Requires Android device with 64-bit processor
  • Minimum SDK: 26 (Android 8.0)
  • Target SDK: 36 (Android 16)

📁 Contents

  • realracing3-community.apk - Modified APK file
  • decompiled-community/ - Decompiled source code
    • resources/ - Assets, manifest, native libraries
    • sources/ - Java source code

Native Libraries (arm64-v8a)

  • libRealRacing3.so - 31.57 MB (main game engine)
  • libfuelmetrics.so - 4.04 MB (analytics/metrics)
  • libfmodex.so - 1.22 MB (audio engine)
  • libc++_shared.so - 0.97 MB (C++ runtime)
  • libapplovin-native-crash-reporter.so - 0.83 MB
  • libcrashlytics-common.so - 0.72 MB
  • And more...

Comparison with Original

Feature Original (main branch) Community Version
32-bit support Yes No
64-bit support Yes Yes
APK Size 100.32 MB 71.57 MB
Device compatibility Wider Modern devices only

Why Remove 32-bit?

Removing 32-bit support:

  • Reduces APK size by ~30 MB
  • Simplifies development/testing
  • Modern devices (2018+) are all 64-bit
  • Breaks compatibility with older/budget phones

Development

This is a work-in-progress community modification. Check Discord for:

  • Latest changes
  • Testing requests
  • Feature discussions

Note: This branch is for community development. For the original APK, see the main branch.