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)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 编译且运行了APP ## 你期望的结果是什么? APP能够运行起来! ## 实际结果是什么? 跳转插件报错 ## Small环境 ### Compile-time ``` gradle-small plugin : 1.3.0-beta5 (maven) small aar : 1.3.0-beta5 (maven)...

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 04-23 13:56:36.513 3724-3764/net.wequick.example.small E/accs.RegisterDO: buildRegister java.lang.SecurityException: getDeviceId: Neither user 10166 nor current process has android.permission.READ_PHONE_STATE. at android.os.Parcel.readException(Parcel.java:1665) at android.os.Parcel.readException(Parcel.java:1618) at com.android.internal.telephony.IHwTelephony$Stub$Proxy.getUniqueDeviceId(IHwTelephony.java:1383) at android.telephony.HwTelephonyManagerInner.getUniqueDeviceId(HwTelephonyManagerInner.java:982) at...

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 运行官方给出的demo ## 你期望的结果是什么? 成功运行 ## 实际结果是什么? ![image](https://user-images.githubusercontent.com/14371084/37820707-750ccd36-2ebc-11e8-9f56-de1af2dddd11.png) ## Small环境 ### Compile-time ``` gradle-small plugin : 1.3.0-beta5 (maven) small aar : 1.3.0-beta5 (maven)...

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 按照官方指引运行sample ## 你期望的结果是什么? 运行small 的sample ## 实际结果是什么? 点击run按钮的时候出现编译错误 ## 错误日志 Error:Execution failed for task ':app+stub:transformClassesAndResourcesWithSyncLibJarsForRelease'. > java.io.IOException: Could not delete path 'D:\devolop\demo\Small\Android\Sample\app+stub\build\intermediates\bundles\default\libs\assets.jar'....

# 错误报告 ## 你做了什么? `执行gradlew buildBundle -q` ## 你期望的结果是什么? `编译后中正常编译通过。显示OK,输出对应的.so文件` ## 实际结果是什么? ## Small环境 `Unexpected failure during lint analysis of HomeActivity.java (this is a bug in lint or one of...

如题,根据 `bundle.json` 建立索引,能从 `Small.openUri()` 快速跳到具体页面。 https://github.com/fashare2015/SmallHelper-IDEA-Plugin ![screen-record/small.gif](https://github.com/fashare2015/SmallHelper-IDEA-Plugin/raw/master/screen-record/small.gif)

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 使用Sample项目打包成apk,在中兴天机7手机上运行 ## 你期望的结果是什么? 正常运行,不会闪退 ## 实际结果是什么? 启动页后直接闪退,提示缺少主题 ava.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2669)...

# 错误报告 ## 你做了什么? 运行android sample 报异常 ## 你期望的结果是什么? 解决此异常 让sample运行起来 ## 实际结果是什么? ## Small环境 The ConfigurableReport.setDestination(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0....

错误报告 你做了什么? 运行最新的sample dependencies { classpath 'com.android.tools.build:gradle:2.3.0' classpath 'net.wequick.tools.build:gradle-small:1.3.0-beta5' } small { buildToAssets = false android { compileSdkVersion = 26 buildToolsVersion = "25.0.2" supportVersion = "25.1.0" aarVersion = '1.3.0-beta5' }...

在AndroidStudio下编的Debug包正常,用sign文件夹自带的签名编出的签名包正常,但是用自己的签名编出的签名包安装后打开会崩溃