Small icon indicating copy to clipboard operation
Small copied to clipboard

A small framework to split app into small parts

Results 101 Small issues
Sort by recently updated
recently updated
newest added

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 1. 在app插件内依赖第三方库zendesk 编译时报错,lib/host中没有问题 2.app插件似乎不支持productFlavors ## 你期望的结果是什么? 正确编译运行 ## 实际结果是什么? FAILURE: Build failed with an exception. * What went wrong: Execution failed for...

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 按照官方文档集成框架,能正常运行,但是logcat总是提示我报“Please manually call `Small.wrapIntent` to ensure the notification intent can be opened. ”,按照指向的547号问题,执行了Small.wrapIntent命令,但是出现以下结果 ## 你期望的结果是什么? 执行Small.wrapIntent命令,能够正常执行,logcat没有错误提示 ## 实际结果是什么? 1 actionable task: 1...

- [X] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 我在自己的项目中,在宿主分身的gradle中引入了LeakCanary库的gradle地址,在宿主中的application对LeakCanary进行初始化操作,但是执行后,发现LeakCanary并没有成功后的图标,我创建了一个普通的新项目进行集成,没有任何问题,集成成功,然后又下载了Sample项目进行集成,仍然不行 ## 你期望的结果是什么? 能够成功集成LeakCanary ## 实际结果是什么? 没有集成成功的桌面图标 ## Small环境 > Configure project :app+home The setTestClassesDir(File) method has been deprecated and is scheduled...

宿主app通过uri拼接参数给插件,插件 怎么返回参数给宿主

希望 楼主兼容 'com.android.tools.build:gradle:3.0.1'

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 Error executing FreeMarker template: The following has evaluated to null or missing: ==> buildToolsVersion [in template "root://activities/SmallLauncher/root/root-part-build.gradle.ftl" at line 28, column 34] Tip: If...

下载您的Demo运行,然后报错:“Small/Small.h" files not found,主工程没问题,子工程报错,请问怎么破?

iOS

我在 `lib.*` 中引用了 `compile 'com.android.support:support-annotations:27.0.2'`,在代码调用的时候,出现 `@ColorInt、@IntDef` 等方式调用,然后在编译插件的时候出现如下错误: ``` /Users/isos/Work/Projects/trunk/lib.share/src/main/java/com/gala/video/lib/share/common/widget/roundedimageview/Corner.java:4: 错误: 程序包android.support.annotation不存在 import android.support.annotation.IntDef; ^ /Users/isos/Work/Projects/trunk/lib.share/src/main/java/com/gala/video/lib/share/common/widget/roundedimageview/Corner.java:9: 错误: 找不到符号 @IntDef({ ^ 符号: 类 IntDef /Users/isos/Work/Projects/trunk/lib.share/src/main/java/com/gala/video/lib/share/common/widget/roundedimageview/RoundedImageView.java:14: 错误: 程序包android.support.annotation不存在 import android.support.annotation.ColorInt; ^ /Users/isos/Work/Projects/trunk/lib.share/src/main/java/com/gala/video/lib/share/common/widget/roundedimageview/RoundedImageView.java:15: 错误:...

用small框架能在ios端 动态更新代码吗?