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

按照文档来,新建了一个工程,在根目录下配置 build.gradle,报一下错: build.gradle (project: SmallStudy) ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "1.4.32" repositories { google() jcenter() }...

windows系统下第一步导入模板需要导入那些东西到那些文件下, 导入了如何判断导入成功

Project的gradle,配置了small和kotlin > buildscript { ext.kotlin_version = "1.3.72" ext.small_version = "1.5.0-beta2" repositories { google() jcenter() } dependencies { classpath "com.android.tools.build:gradle:3.4.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "net.wequick.tools.build:gradle-small:$small_version" // NOTE: Do not place your application...

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 在插件化APP中使用Glide获取本地资源文件,报错无法找到。 No package found for authority: android.resource://cn.hotupdate.app.main/drawable/guide03 android.content.pm.PackageManager$NameNotFoundException: Application package cn.hotUpdate.app.main not found 主项目是**cn.hotUpdate.app。**,插件是.main ## Glide能够正确的获取本地资源图片,或是有规避此情况的方法。 ## 实际结果是什么? Glide 无法获取本地资源 ## Small环境 ###...

please help me to upgrade android build tools from classpath 'com.android.tools.build:gradle:2.3.0' to new version

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? AS3.2 新建Module,设置 Application/Library name 为 App.main, 此时 Module name 自动为 app.main ## 你期望的结果是什么? 可以新建 ## 实际结果是什么? 无法按要求名称新建,提示 Iegal character '.' in Module...

主要想实现: 1.app插件化 2.实现动态更新、热修复 想明确下:iOS版本能通过appstore审核上架吗?

gradlew buildLib 时报错 A problem occurred configuring project ':app'. > Failed to notify project evaluation listener. > com/android/build/gradle/internal/tasks/PrepareLibraryTask 如何解决 原来是这个,我给删了,这个东西怎么谁都可以编辑?有点误导人啊

我是模拟的一个情况,debug模式下,把一个so文件复制到到补丁包路径:bundle.getPatchFile(),然后也标记升级:bundle.upgrade(),运行成功,退出后台,再进来,并没有加载新的so文件??求解!!