Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dora4/dora-studio-plugin

🧩一个便捷创建Activity和Fragment的插件。——Android Studio Plugin for Dora SDK.
https://github.com/dora4/dora-studio-plugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

简体中文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](https://github.com/dora4/dora-studio-plugin/blob/main/art/install-jar.png)

**Usage Steps**

![step1](https://github.com/dora4/dora-studio-plugin/blob/main/art/step1.png)

![step2](https://github.com/dora4/dora-studio-plugin/blob/main/art/step2.png)

**How to Compile**

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

```groovy
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