android-dev-ext icon indicating copy to clipboard operation
android-dev-ext copied to clipboard

Android debugging support for VS Code

Results 48 android-dev-ext issues
Sort by recently updated
recently updated
newest added

``` Prepared: Lcom/android/gles3jni/GLES3JNIView$Renderer; Prepared: Lcom/android/gles3jni/GLES3JNIView$1; Prepared: Lcom/android/gles3jni/GLES3JNILib; JDWP command failed 'Linetable:GLES3JNILib,init'. Error 511 JDWP command failed 'Linetable:GLES3JNILib,resize'. Error 511 JDWP command failed 'Linetable:GLES3JNILib,step'. Error 511 ``` Did this affect lldb...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I'm not sure if this is already a feature or not. I'd like to be able to write a line of code which requires an imported symbol and have it...

Hi, Is it possible to make the extension work with source of decompiled applications (apks) using jadx or d2j-dex2jar? I've been trying to make it work with apks I have...

We need it on android phones, please make a version for android phones. It will be very helpful for those who are newly started coding and also those who can't...

The logcat ui attempts to connect to the websocket server but fails. I am wondering if this happens because the websocket server is running on the remote machine and the...

Hello, I have a an error. Debug Console : **Checking build Warning: Build is not up-to-date. Source files may not match execution when debugging. Searching for devices... Found 0 devices...

Our Android app does not have a Launch Activity. Android Studio lets you set the Launch Activity to be set to nothing. Is that something we could accomplish through amStartArgs?...

ext version: v1.3.2 enabled exts: 1. java extension package 2. gradle tasks 3. this ext My project is created by Android Studio. --- I have configured the launch.json and tasks.json...