dora4 / dora-studio-plugin

Android Studio Plugin for Dora SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简体中文English

Android Studio Plugin for Dora SDK

截屏2024-02-13 19 36 01

IDEA Download

First, you may need to download IntelliJ IDEA to support the compilation of this project, as your Android Studio may not be able to compile this project successfully.

JAR Package Download

Download the plugin package for the latest version (v1.2), and it's ready to use.

Plugin JAR Package Collection, if your version of Android Studio is not available, please compile it yourself or download the version of Android Studio that matches the plugin, https://developer.android.com/studio/archive?hl=en.

Plugin Installation

install-jar

Usage Steps

step1

step2

How to Compile

Click [Android Studio] - [About Android Studio] to view the current version of Android Studio.

intellij {
    plugins = ['Kotlin', 'android']
    // See https://plugins.jetbrains.com/docs/intellij/android-studio.html#android-studio-releases-listing
    // Enter your Android Studio version, such as 232.10227.8.2321.11203637
    version.set("213.7172.25.2113.9014738")
    // The codename for Android Studio is AI
    type.set("AI")
}

Make sure the version number in the above code is consistent with the Android Studio you actually use. Then Edit Configrations, click the + sign, select Gradle, and click OK. Then you can compile the plugin. The plugin generation directory is dora-studio-plugin/build/libs/. If the error "The specified project directory ' ' does not exist." appears, please select the path of the Gradle project. 截屏2024-03-12 22 49 10

Why Use This Plugin

This plugin serves the Dora SDK framework, enhancing the development efficiency of the Dora SDK. Also, refer to the Dora SDK (https://github.com/dora4/dora) usage tutorial.

Special Thanks

https://github.com/JetBrains/gradle-intellij-plugin/

https://github.com/JetBrains/intellij-platform-plugin-template

https://github.com/cookpad/android-studio-templates

https://github.com/balsikandar/Android-Studio-Plugins

About

Android Studio Plugin for Dora SDK

License:Apache License 2.0


Languages

Language:Kotlin 100.0%