Kudos for this rare video. There are many issues to face: upgrading to a higher React Native version, when Apple deprecates a version of IOS, 3rd party libraries not upgraded to a new react version or incompatible to a higher verion of ios or android
for people who are facing problems setuping env i recommend you to start with expo and then after you learn react native you can solve your previous problems
Absolutely love these videos. Finally someone who explains not only what is the best way to set this up but also what to look for or what to do when something goes wrong. Thank you and keep up the good work!
to those who are facing the issue with the final command that starts the preview on the device, try running "npm run start" in a separate terminal and then in another terminal run "npm run android"
Hello Hitesh Sir, Please also make a video on how you set up your android studio. I found it hard to install it. My app is not running and its trying to download some libraries and then fails. Thanks
After facing my first error in getting the Metro Server up and running, really excited to start writing code in React Native. Moving onto the next video :)
whoever not able to run their first app due to some error, run "npx react-native doctor" command it will check and tells you what is missing and how to fix.
i always get this error when opening in android studio - error Cannot start server in new window because no terminal app was specified. you just need to use npm start before run command in this case
Hi sir great video 👏 BTW, when I run "adb devices" it's not listing any devices. Also could you please explain how to mirror the output on our phone more elaborately on the next episode? Thanks in advance 😉
Hello Sir, When I continue using my app the app runs fine but when I don't use it for more than 5 minutes it slows down for a minute and then it seems to be running normally as before. I made my app react native. While its backend code is written in codeignitor4, the data from PHP and API is being fetched at the right time for viewing from postman, what is the problem, why is my app getting slow.
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not determine the dependencies of null. > Cannot query the value of this provider because it has no value available. can you tell me issue when i runing android on mac this error comes @hitesh
I can not find my device under the "adb devices" command. I also tried using emulator but it also gives me an error stating: Could not open settings generic class cache for settings file
@@pitamdas4882 What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not determine the dependencies of null. > SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/khushsharma/awesome01/android/local.properties'.
Please help, if you can:- When I am building the app with cmd (npx react-native run-android), there are multiple files start downloading, in which one of them is of 188mb in size and the download speed is very slow.
Hello sir...while running the app I'm getting error that unable to load script and some bundle related issue.. I have tried everything which I knew but the error didn't solve.
Hi, Could you help me the guide to setup environment on macOS? I followed the documentation but getting many errors. Also it slowdown performance of my macOS. Using RN 0.71.6 version
React native setup is nowadays very effortless if you use the Expo framework. Just install android-sdk, java, maybe xcode, that's it (much more effortless if you use apt commands in linux). It's as easy as scanning a qr code on mobile to run an application. You can always use expo snack if you don't want installation headaches temporarily.
iits been 3 days i coudnt do it . android device not setting up. Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not determine the dependencies of null. > SDK location not found. Define a valid SDK location can anyone help me
a note for those who build nowadays run npm start first and then run in another terminal npm run android and if there is a error then make a fresh install of android studio and jdk (i got issue with that)
Hi, What's the software which you used to mirror android mobile in Mac. its really cool. Anybody else who knows too, please help me. I really like how he can click the android device with mouse
to run app is Android SDK 12 is mandatory or Android SDK 13 will also work ? As Currently I am facing error Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
I shifted to react-native CLI, since last two days,more than two hours each day spent in installation process...I got bunch of error while the same process but at the End "BUILD SUCCESSFULL" and satisfaction too...🎉☕
Dear Hitesh, I am a web designer and currently making websites in WordPress but I am facing so much problem in page loading speed and hacking attempts on WordPress website as its uses theme and plugins... I want to devolve a dynamic website which is fast in loading compare to WordPress easy to maintain .. and no need to update the code frequently ... What language or framework will you suggest me ..please guide me on this...
Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`. warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
Could someone help me out with this error: Could not compile settings file 'E:\ReactNative\platform-tools\Projects\MobileApp01\android\settings.gradle'.
I have installed and learned angular in vscode. is there any problem in installing react also in the vscode.? or should i need to install locally instead of global ?
Hey, you don't need to install react or react native globally, you can use the npx command like npx create-react app or npx react-native init, which fetches the latest version. Anyway even if you install it globally, it won't be a problem.
Error I got : A problem occurred evaluating project ':app'. > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Your current JDK is located in C:\Program Files\Java\jre1.8.0_311 You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - changing `org.gradle.java.home` in `gradle.properties`.
Thanks, I upgraded the JDK and it works. Another mistake I did was SDK directory, I used one backlash \ instead of \\ two and therefore I was getting some kind of error.
Waiting for next video sir......I am also learning backend dev using node js and express hope mobile development and Web development don't mix-up just because I'm learning them both at same time 🙂
Kudos for this rare video. There are many issues to face: upgrading to a higher React Native version, when Apple deprecates a version of IOS, 3rd party libraries not upgraded to a new react version or incompatible to a higher verion of ios or android
for people who are facing problems setuping env i recommend you to start with expo and then after you learn react native you can solve your previous problems
For everyone that is having problems, do not use expo go under any circunstancies. It will bring you lot of more problems.
Absolutely love these videos. Finally someone who explains not only what is the best way to set this up but also what to look for or what to do when something goes wrong. Thank you and keep up the good work!
Glad it was helpful!
to those who are facing the issue with the final command that starts the preview on the device, try running "npm run start" in a separate terminal and then in another terminal run "npm run android"
Thank you vey much. I could not figure out what to do.
Your videos are easily understandable...Even if I have to pay something for these kinds of lectures, I will happily do it.
React Native environment setup is damn difficult but finally I've done it in 2 hrs. Most of the issues were solved by setting the env variable.
It’s definitely worth it
Can you Help me ? PLease
After long time I am waiting for your video for react native thank u
how to bring the phones screen on the laptop? Anybody pls provide a solution for mac
android studio
Successfully configured my android device for react native. Thank you so much, sir.
Thanks, I have been struggling with the same error over more than two weeks.
sir how do you mirror phone on mac ?
took me two days to install and run lol
Literally brother 😢😢
It's takes 3 months to setup using CLI process but finally did it.
Thanks buddy💚
Great job Hashnode🤝
I just love the constant reassurances. I hope I am able to make it to the end of the series 😄!
Hello Hitesh Sir,
Please also make a video on how you set up your android studio. I found it hard to install it.
My app is not running and its trying to download some libraries and then fails.
Thanks
FYI: run "npm" instead of "npx" and hopefully there will be no issues if all the settings are fine.
- npm start
- npm run android
After facing my first error in getting the Metro Server up and running, really excited to start writing code in React Native. Moving onto the next video :)
How did he connected his phone device ??
I am not getting any configuration option on my android app
when I am doing in cmd it's working but in visiual studio my node.js not open why?
How can I run the application using the debug button on vscode? and also add break points. can you make a video on that too 😅
Actually i have a doubt I created an app during second video. can i code there or create a new one again?
whoever not able to run their first app due to some error, run "npx react-native doctor" command it will check and tells you what is missing and how to fix.
at 6.45 min how prepared the device?
The discord link is not working. It says "Privay error"
i always get this error when opening in android studio - error Cannot start server in new window because no terminal app was specified. you just need to use npm start before run command in this case
Hi sir great video 👏 BTW, when I run "adb devices" it's not listing any devices. Also could you please explain how to mirror the output on our phone more elaborately on the next episode? Thanks in advance 😉
Hello Sir, When I continue using my app the app runs fine but when I don't use it for more than 5 minutes it slows down for a minute and then it seems to be running normally as before. I made my app react native. While its backend code is written in codeignitor4, the data from PHP and API is being fetched at the right time for viewing from postman, what is the problem, why is my app getting slow.
How to mirror the device to laptop? 6:44
+1 did you find a solution ?
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> Cannot query the value of this provider because it has no value available.
can you tell me issue when i runing android on mac this error comes @hitesh
I can not find my device under the "adb devices" command. I also tried using emulator but it also gives me an error stating: Could not open settings generic class cache for settings file
that term """adb --version""" is not recognized. Pls help in this....
Finally it done. After 3 hours. Thank hitesh sir, also thanks chatGpt
its been 3 days for me i coudlnt do it can you help me
What type of problem
@@pitamdas4882 What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/khushsharma/awesome01/android/local.properties'.
Please help, if you can:-
When I am building the app with cmd (npx react-native run-android), there are multiple files start downloading, in which one of them is of 188mb in size and the download speed is very slow.
For first time it is lengthy process and taking more time. But later on it works fine. I am talking about windows platform.
Thanks for helping
how to mirror the andriod or ios phone screen? using the andriod studio API?
Man, installing react native was such a pain in the ass.Finally was able to do it.
awesome!
bro i stiill cant ddo iit can you help me
Hello sir...while running the app I'm getting error that unable to load script and some bundle related issue..
I have tried everything which I knew but the error didn't solve.
HI bro, The option Select USB Configuration not shown in Onepluse 7t mobile.
What about using npx create-expo-app ? the diff and when to use one ?
facing an issue
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 66
Hi i have used a company laptop. So we didn't install adb driver. Now what i do for run first program
Sir mine npx react-native run-android is taking too much time to load.
it's my very first time learning react-native.
How can i resolve it Sir ?
how can you create android device for running that I am confused please help me
Hi, Could you help me the guide to setup environment on macOS? I followed the documentation but getting many errors. Also it slowdown performance of my macOS. Using RN 0.71.6 version
React native setup is nowadays very effortless if you use the Expo framework. Just install android-sdk, java, maybe xcode, that's it (much more effortless if you use apt commands in linux). It's as easy as scanning a qr code on mobile to run an application. You can always use expo snack if you don't want installation headaches temporarily.
I'm getting an error activity class does not exist I tried a lot but I'm not able to resolve it
do you have any video to run first app on iOS ?
For windows we can use global environment variables for sdk
Sir it took me a day to figure out and solve the errors, but at last i was able to build the app
Could not open settings generic class cache for settings this happening with me
iits been 3 days i coudnt do it . android device not setting up.
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> SDK location not found. Define a valid SDK location
can anyone help me
a note for those who build nowadays run npm start first and then run in another terminal npm run android and if there is a error then make a fresh install of android studio and jdk (i got issue with that)
Hi, What's the software which you used to mirror android mobile in Mac. its really cool.
Anybody else who knows too, please help me. I really like how he can click the android device with mouse
when i cun npm run android it takes lots of time around 15-20 mint but at the end it simple running not loading the app
any solution
can anyone help like how to cast my mobile screen on pc??
to run app is Android SDK 12 is mandatory or Android SDK 13 will also work ? As Currently I am facing error
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
thanks to you after adding path of adb in system variables I was able to run my first react native app.Thank you ❤❤
I shifted to react-native CLI, since last two days,more than two hours each day spent in installation process...I got bunch of error while the same process but at the End "BUILD SUCCESSFULL" and satisfaction too...🎉☕
error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
Try our discord server, folks are very kind and helpful there. We will surely help you
@@HiteshCodeLab thanks u sir 😄
Now problem solved, helpful peoples
love you sir ji....🙂🙂🙂🙂almost lost my calm starting the app. but you were right. make errors your friend. thank you sir
Lol my freshly downloaded code shows a bunch of errors to the point the editor turns totally red but still runs. What gives?
Dear Hitesh, I am a web designer and currently making websites in WordPress but I am facing so much problem in page loading speed and hacking attempts on WordPress website as its uses theme and plugins... I want to devolve a dynamic website which is fast in loading compare to WordPress easy to maintain .. and no need to update the code frequently ... What language or framework will you suggest me ..please guide me on this...
I am getting blank screen on virtual device even though the build is successful. Could anyone please help to resolve it
Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
warn Please launch an emulator manually or connect a device. Otherwise app may fail to
launch.
I think your device is not connect with pc properly
Thank you very much, amazing course, the best i found, everything clear
What's the name of the VSCode theme that you are currenltly using? :)
"Noctis"
Nice work sir.... Some struggle to setup but worth it... Excited for next video
its been 3 days i couldn’t do it can you help me
I use a windows laptop and an iphone, anyway to use both?
i cannot connect my ios physically to the vscode instead of android. please help!
So far with you 💌
(will keep on posting this comment to track my progress)
Keep it up
@@HiteshCodeLab Thank you for the course sir
Hey can I get the discord channel link as I am facing issues while running the application android / ios emulator on a MAC computer.
Could someone help me out with this error: Could not compile settings file 'E:\ReactNative\platform-tools\Projects\MobileApp01\android\settings.gradle'.
did you resolve it? I am facing the same issue.
All worked fine but the app keeps crashing on opening in emulator as well as phone , can some one help
Very good teaching skills
> Task :app:compileDebugJavaWithJavac FAILED
i am encountering this error while running npx react-native run-android
Plz help
Iam facing an error of "could not open settings generic class cache for settings file react native"
Same Error I am facing, how to resolve this?
sir i everyday i check for the new video for the course . i am very much excited for the whole series
Glad to hear that
how can i add devices ?
I have installed and learned angular in vscode. is there any problem in installing react also in the vscode.? or should i need to install locally instead of global ?
There will be no problem I believe
Hey, you don't need to install react or react native globally, you can use the npx command like npx create-react app or npx react-native init, which fetches the latest version. Anyway even if you install it globally, it won't be a problem.
Thank you very much. This is really helpful.
Great sir but kash ye course Hindi me hota ...😢😢
Thank you so much Sir for this...😊🌼
I am using expo client. So will it be ok to continue or should I install React Native this way?
I will use CLI in course, rest is your choice 🙂
your ssl cetificate has expired ,having a hard time getting the discord link,
why is your discord http and not https ?
Error I got :
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
Your current JDK is located in C:\Program Files\Java\jre1.8.0_311
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changing `org.gradle.java.home` in `gradle.properties`.
Upgrade the Java JDK version to 11
there is showing jre not jdk ,install latest jdk
Thanks, I upgraded the JDK and it works. Another mistake I did was SDK directory, I used one backlash \ instead of \\ two and therefore I was getting some kind of error.
there is not set up video for the mac
my device is ln linux what can i use in the place of sdk.dir
Just locate the android sdk in your linux system .
Waiting for next video sir......I am also learning backend dev using node js and express hope mobile development and Web development don't mix-up just because I'm learning them both at same time 🙂
I spent my whole day to solving 5:49 that error 🙂
In Linux, React native setup is quite easy. I too faced one error while running npx react-native init command but it was easy fix😁😁
I am facing some issue, can you give resource you referred to.
linux users having ufair advantage
It took me 2 days finally today I was able to run the app on android phone
Please help me !
I am facing the error: unknown command 'run-android'
@@rahul_sidhha what is the command you are running ?
@@mma-dost thank you for your reply .. now done 👍
@@rahul_sidhha great but can you share what was the issue?
@@mma-dost when I was run the command : npx react-native run-android
It was showing - unknown command 'run-android'
npx react-native init MyNewProject is creating an empty folder with just .git folder in it
Can you share the Discord Server link
the given link is not working
hitesh.ai/discord
for me it worked without needing to create "local.properties" file
Great video sir !
Thanks!
iam unable to get adb --version
Thankuuuuuiu 🥺🥺🥺
Let's start this experiment together
how to setup for iphone
Finaly i also solve problem from ur tutorial i love from pakistan