Skip to content

🧩一个便捷创建Activity和Fragment的插件。——Android Studio Plugin for Dora SDK.

License

Notifications You must be signed in to change notification settings

dora4/dora-studio-plugin

Repository files navigation

简体中文English

Android Studio Plugin for Dora SDK

Yes, you see worries everywhere, complaints flying around the office. Living like a dog day by day will bring tears to your eyes. Do you still have enough pocket money? Is your paycheck still falling? There's a Doraemon framework here. Don't you want to see it?

截屏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

🧩一个便捷创建Activity和Fragment的插件。——Android Studio Plugin for Dora SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages