question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] How to build the ReactAndroid project on every "react-native run-android" ?

See original GitHub issue

Hello

I want the ReactAndroid project to be rebuild whenever I run react-native run-android in my project.

How to do that, what needs to be installed?

Thank you Bernd

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
benadamxcommented, Apr 1, 2016

@satya164 a note: react-native has some dependency mismatches with current version of android ndk (android-ndk-r11*) (arm-linux-androideabi-4.8 / arm-linux-androideabi-4.9), I had to dig up a copy of android-ndk-r10e to get this to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Build from Source - React Native
From the Welcome screen of Android Studio choose "Import project" and select the android folder of your app. You should be able to...
Read more >
Building React Native from source - GitHub Pages
Modify your android/app/build.gradle to use the :ReactAndroid project instead of the pre-compiled library, e.g. - replace implementation 'com.facebook.react: ...
Read more >
react native - How to rebuild the entire Android folder?
Funny solution here Create a new react native app and copy the new android folder over and then run $react-native run-android.
Read more >
React Native for Android development on Windows
Get started developing Android apps using React Native on Windows. ... Create a new project with React Native; Additional resources.
Read more >
Dive into React Native for Android Development - Toptal
If you use create-react-native-app , the created project will be bootstrapped with expo. ... cd AwesomeToptalProject react-native run-android.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found