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?
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
Usage Steps
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.
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