Bhuwan Bhetwalblog.bhuwanbhetwal.com.np·Nov 16, 2024Connecting android/emulator to your Burp suite via OpenVPNThis is a simple blog for connecting the Genymotion and the Burpsuite for Android Pentesing using OpenVPN. I use Genymotion (Google Pixel 3 — Android Version 9) and Kali Linux Let’s start the configuration. Make sure you save this two scripts. Githu...34 readsBurpsuite
GeeLarkgeelark.hashnode.dev·Oct 12, 2024GeeLark vs Android Emulator: Key Differences You Need to KnowWe’ve been getting the same question since we launched: “Is GeeLark an Android emulator?” The short answer? A HARD NO. Since there’s so much interest in this topic, and we know there’s some confusion out there about cloud phones versus Android emulat...Android Emulator
Cleitoncdap.hashnode.dev·Aug 13, 2024Setting up the connection between my emulator on Android Studio and Visual Studio Code on Mac.As I tried to run my first React native app on an Android device I faced some difficulties initializing the app. When I ran the code "npx react-native run-android" I got the following error: "node:events:497 throw er; // Unhandled 'error' event ^ Err...SDK path
AKSHAY GADDIakshaygaddi.hashnode.dev·Apr 7, 2024How to open Android Emulator from CMDAndroid studio consumes high ram, no imagine using it with vs code opened in the background and few chrome tabs running And all we need is android studio for emulator when we use react native like work enviornment hence i found a solution on intern...React Native
Abdullahi Khalifa UzairuforNGNetngnet.hashnode.dev·Feb 11, 20241. Setting up Android Studio for Android App Development (NAD-1)Prologue In my last article, I went over a beginner introduction to Android development. That was nice, but the article had a major gaffe -- a detailed segment guiding the reader on how to install Android Studio was omitted from the article. This is ...Android Studio
Nee4pfsec.com·Jan 14, 2024SSL Pinning bypass (Android Emulator)Over the weekend, I was taking a look at an application which implemented SSL pinning. Here's the technique I used to bypass pinning and view the raw requests sent to the application server which then helped me to uncover crucial details about the ap...886 readsbypass ssl pinning
Piyush NanwaniforAtomxelblog.atomxel.com·Jan 8, 2024The React Native Basics That Would've Accelerated My Journey - Part 11. Is React JS and React Native the Same? Despite both having React in their names, React JS and React Native serve different purposes. React JS is a JavaScript library for building user interfaces, primarily for web applications. On the other hand, ...11 likes·109 readsintellij
Sagarsagarsharma21.hashnode.dev·Oct 28, 2023Wireless debugging using ADB over a Wi-Fi networkIn this article, we are going to see how to set up debugging in your Android device over Wi-Fi. So you are looking to debug your Android application and I know how frustrating this process can at times become when you are using a USB cable. If you do...1 likeReact Native
Salman Khansalmankhan2389.hashnode.dev·May 23, 2023Announcing Support For Playwright Testing On Real Android Devices 🎭📱Attention, developers and testers! Get ready to elevate your mobile testing experience as we are excited to announce the support for Playwright, a cutting-edge web automation framework for Android automation testing on real devices. You can now perfo...real device
Rohitgit-0r.hashnode.dev·Dec 30, 2022Fixing the 'Device is Offline' Issue in Android EmulatorIf you're seeing the "device is offline" error in Android Studio, it can be frustrating and make it difficult to test your app. However, there is a solution that helped me fix this issue. The solution is to use the following command: "bcdedit /set hy...149 readsAndroid