mirror of
https://github.com/foss42/apidash.git
synced 2025-06-06 11:28:07 +08:00
Update platform_specific_instructions.md
This commit is contained in:
@ -38,8 +38,6 @@ android {
|
||||
}
|
||||
}
|
||||
```
|
||||
### Why is this necessary?
|
||||
Android apps can encounter a **65k method limit** if you have many dependencies or a large app. Enabling `multiDex` allows your app to split into multiple DEX files, ensuring it can load and execute all required methods without any runtime errors.
|
||||
|
||||
For more information on multidex support, you can refer to the Android developer guide on [Configuring Multidex](https://developer.android.com/studio/build/multidex).
|
||||
|
||||
|
Reference in New Issue
Block a user