Yang Zhang

Results 13 comments of Yang Zhang

I find that the author didn't set in plugin.xml to enable in Android Studio Browse, and I fix it and upload in https://plugins.jetbrains.com/ ,I am waitting for approve

I fix bug and let it work . You can go [this](https://github.com/likfe/eventbus3-intellij-plugin) to find it. the reason is not the version of AS, but the EventBus3's package name

I clone it and just change one line: ```java private String formatTag(String tag) { if (!Utils.isEmpty(tag) && !Utils.equals(this.tag, tag)) { //return this.tag + "-" + tag; return this.tag + tag;...

```bash #so版, 区分CPU架构,一般模拟器使用 x86,真机使用 armabi armeabi-v7a arm64-v8a $ gradlew buildLib -q -Dbundle.arch=armeabi # so版, 区分CPU架构,一般模拟器使用 x86,真机使用 armabi armeabi-v7a arm64-v8a $ gradlew buildBundle -q -Dbundle.arch=x86 $ gradlew buildBundle -q -Dbundle.arch=armeabi ```

Compile-time ``` gradle-small plugin : 1.0.0-alpha2 (project) small aar : 1.1.0-beta5 (project) gradle core : 2.10 android plugin : 2.0.0 OS : Mac OS X 10.12 (x86_64) ``` 编译信息:显示你使用的 -...

不需要你知道哪个目录,只需要下载后读取对应插件的文件路径并覆写即可,官方 Sample 里有相关代码: https://github.com/wequick/Small/blob/master/Android/Sample/app.home/src/main/java/net/wequick/example/small/app/home/MainFragment.java

嗯 目前无法支持 kotlin,因为 kotlin 没有提供相关的 API 和文档来实现相关的功能。

截图里的代码贴一下,我看看是否是解析Bean对象有兼容性问题。 另,提供下 Android Studio 版本和插件版本信息

Kotlin 的代码还未完成适配。

I will try