
Set up for your first mobile app
Hello everyone, in this video I will go over how to get set up to the point where you can follow along with any of the tutorials out there on mobile development.
link to Build your first App video I was following: https://youtu.be/iQ_0Fd_N3Mk
link to expo getting started webpage: https://docs.expo.io/get-started/installation/
my discord : https://discord.gg/5fWYdYMftc
Three of the main errors I ran into when trying to get set up are as follows:
1. Unable to run Android Emulator Hypervisor Driver for AMD Processors installer: Cannot start process, the working directory does not exist. This was due to me not installing the SDK / command line tools.
2. Couldn't start project on android: No android connected device found, and no emulators could be started automatically. This issue was due to not having my AVD manager setting set up.
3. Android Emulator Hypervisor Driver for AMD Processor installation failed. To install Android Emulator Hypervisor Driver for AMD Processors follow the instructions found at: https://github.com.... This error was due to my bios setting and took me awhile to find the SVM option that I needed to enable.
Out side of those issues I also had a lot of problems with my bios because I was not able to login to my bios as administrator only as a user. If you are sign in as a user not admin you will have most of the option in your bios grayed out. In my case I accidentally set a user password for my bios without setting an admin one first. To fix this I had to reset my bios by pulling out my CMOS battery from my motherboard for a few minutes then reinstalling it. After that you will be able to go in as an admin and have access to all the option.
Other Videos By Chewy
2021-09-01 | User Input While Loops Python |
2021-08-25 | Dictionaries in Python |
2021-08-18 | If Statements in Python |
2021-08-11 | Python Lists And For Loops |
2021-08-04 | Numbers In Python. The Zen of Python. |
2021-07-29 | Strings In Python for Beginners. |
2021-07-23 | How To Start Learning Python(For Beginners) |
2021-07-19 | C++ Basics for beginners |
2021-07-10 | How to install Linux(Ubuntu) on a Virtual Machine |
2021-07-02 | JavaFX Sudoku GUI Game |
2021-06-25 | Set up for your first mobile app |
2021-06-19 | PostgreSQL Mr Porkchop Live Stream |
2021-06-18 | PostgreSQL Mr Porkchop Live Stream |
2021-06-11 | How to create and set up a sample javaFX project in intellij |
2021-06-08 | SQL Functions |
2021-05-29 | SQL For beginners |
2021-05-23 | AES and 3Des Encryption |
2021-05-19 | C195 debug/update and Plan for upcoming videos |
2021-05-08 | How to convert times in Java |
2021-04-29 | How to set up JavaFX project in Eclipse |
2021-04-26 | How to validate phone number with dashes |