mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
android_studio.md: runIde should be inside tasks block (#871)
This commit is contained in:
parent
42f6dae97c
commit
29528bdd47
@ -76,10 +76,12 @@ intellij {
|
||||
plugins.set(listOf("android"))
|
||||
}
|
||||
|
||||
runIde {
|
||||
tasks {
|
||||
runIde {
|
||||
// Absolute path to installed target 3.5 Android Studio to use as
|
||||
// IDE Development Instance (the "Contents" directory is macOS specific):
|
||||
ideDir.set(file("/Applications/Android Studio.app/Contents"))
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user