Featured post
- Get link
- X
- Other Apps
Java lang out of memory Java heap space appmergeExtDexDebug Error Android Studio in React Native Fixed
Dear friends,In one of my project,I was installing @stripe/stripe-react-native npm package in my React Native project.When i do gradle sync in the project, after installing stripe-react-native npm package,it synced successfully.But when i tried to install the app in my android emulator,i got the Java lang out of memory error java heap space error appmergeExtDexDebug in stripe-react-native npm package in React Native .So i think it will be helpful if i write about, how i fixed Java lang out of memory or java heap space appmergeExtDexDebug error in React Native.
So in order to fix Java lang out of memory error java heap space error appmergeExtDexDebug, we need to add some lines of codes in gradle.properties file in android application folder of react native project.As i shown in the above video,add those lines of codes in the gradle.properties file.Then first you have to do gradle sync process again.Once gradle sync is successfully completed,you can start install the app in android emulator
Yes,as i showed in my video tutorial,it will fix the error Java lang out of memory error java heap space error appmergeExtDexDebug.So you can start working with @stripe/stripe-react-native npm package.For me,the problem started when i installed @stripe/stripe-react-native npm package.So i fixed Java lang out of memory error or java heap space error by adding those lines in gradle.properties file.
Popular Posts
How to Check React Version Installed in Your System by Checking PACKAGE.JSON File and Executing Command from COMMAND PROMPT
- Get link
- X
- Other Apps
Execution failed for task ':react-native-reanimated:externalNativeBuildDebug' solved
- Get link
- X
- Other Apps
Error: Invalid `prisma.$executeRaw()` invocation: fixed using log: ["query"] option
- Get link
- X
- Other Apps
app keeps stopping error solved in android studio emulator using logcat in react native project
- Get link
- X
- Other Apps
ERROR Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined
- Get link
- X
- Other Apps