Skip to content

Commit

Permalink
docs: update Debugging in Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Aug 2, 2021
1 parent 0bcfda6 commit 89b9a61
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ To use a **shared framework**, for example in development, link the appropriate
cordova platform add --link /path/to/cordova-android
```

## Using Android Studio

1. Create a project
2. Import it via "Non-Android Studio Project"

## Updating a Cordova project

When you install a new `cordova-cli` version that comes with a new Android platform version, from within your project:
Expand All @@ -60,6 +55,10 @@ cordova platform rm android
cordova platform add android
```

## Debugging in Android Studio

Import project in Android Studio through _File > Open_ and targeting `/path/to/your-cdv-project/platforms/android/`.

## How to Test Repo Development

```bash
Expand Down

0 comments on commit 89b9a61

Please sign in to comment.