Abizeyimana Victorvictor-abz.hashnode.dev·Jul 24, 2024Installing Android SDK Without Android Studio💡 Copied from https://benshapi.ro/post/android-sdk-without-android-studio/ for personal Backup The process is similar on macOS, Windows, and Linux. Here are the key steps: Install Java 17. Make sure to select version 17. You’ll have issues if y...Quick BitsAndroid
Aditya Bondeadityabonde.hashnode.dev·Apr 28, 2024How to make requests to locally hosted HTTP functions during development. Solving Localhost/Port Access from Android EmulatorDeveloping Android applications often involves interacting with backend servers running locally on the development machine. However, accessing localhost or a specific port from an Android emulator can sometimes be challenging due to network configura...47 readsDev BlogNode.js