React Native Problem Encounters

M S NishaanthM S Nishaanth
1 min read
  1. Struck after installing application on mobile

Solution (not sure which is the solution):

a) STACKOVERFLOW

adb reverse tcp:8081 tcp:8081  //Forward requests from your device

b) Revoke USB debugging authorisations

c) Clean Gradle (Guess, This is the solution)

cd android && ./gradlew clean

https://stackoverflow.com/questions/57214774/react-native-run-android-stuck-at-99-appdebug

d) Reset Cache

npx react-native start --reset-cache
0
Subscribe to my newsletter

Read articles from M S Nishaanth directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

M S Nishaanth
M S Nishaanth