E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
defaultConfig
Android app内显示git分支名称
stackoverflow.com/questions/7911844/how-to-show-current-git-branch-in-an-android-application-programaticallyandroid{
defaultConfig
小胖熊9527
·
2023-10-15 23:01
android项目修改包名后R资源文件无法生成
编译也报错:错误:程序包com.cxyzy.androidutils.R不存在解决方法:1.修改AndroidManifest.xml中package2.修改build.gradle文件中
defaultConfig
蓝不蓝编程
·
2023-10-15 10:49
AndroidStudio 多渠道打包及获取渠道值以及如何转义纯数字
manifestPlaceholders=[CHANNEL_VALUE:"32d2sss"]}guanwang{manifestPlaceholders=[CHANNEL_VALUE:"\\00000000"]}}AS3.0+需在
defaultConfig
小于先森
·
2023-10-14 21:38
Gemmini测试test文件chisel源码详解(二)
packagegemminiimportorg.scalatest.FlatSpecclassHeaderGenerationUnitTestextendsFlatSpec{itshould"generateaheader"in{println(GemminiConfigs.
defaultConfig
.generateHeade
管二狗赶快去工作!
·
2023-10-14 21:43
计算机体系结构学习笔记
体系结构
scala
risc-v
2021-01-29
//HMSSDKV5gradle插件配置applyplugin:'com.huawei.agconnect'android{
defaultConfig
{...
西西邱
·
2023-10-14 10:34
Android 9.0 友盟QQ分享崩溃问题
compileSdkVersion28......
defaultConfig
{applicationId"com.umeng.soexample"minSdkVersion18targetSdkVersion282
suniney
·
2023-10-13 10:31
androidstudio 降低compileSdkVersion和targetSdkVersion之后找不到appCompatActivity
applyplugin:'com.android.application'android{compileSdkVersion26
defaultConfig
{applicationId"com.example.lei.myapplication
梧叶已秋声
·
2023-10-13 07:33
DataBinding(数据绑定)基础讲解
一.基础使用1.Gradle依赖android{compileSdkVersion28
defaultConfig
{applicationId"com.wjn.okhttpmvpdemo"minSdkVersion19targetSdkVersion27versionCode1versionName
jianning-wu
·
2023-10-12 16:34
Android
Jetpack
Data
Binding
Library
Android
Data
Binding
Android实战演练(kotlin版),词汇记录APP
plugins{id'com.android.application'id'org.jetbrains.kotlin.android'id'kotlin-kapt'}android{compileSdk32
defaultConfig
Hdnw
·
2023-10-10 23:05
Android
android
kotlin
java
关于 ndk { abiFilters ‘arm64-v8a‘ } 与splits { abi { include “arm64-v8a“}}的互斥冲突
//其它配置
defaultConfig
{...//默认配置ndk{//选择要添加的对应cpu类型的.so
明飞1987
·
2023-10-09 19:37
jni&ndk
android
cmake下的abiFilters和ndk下的abiFilters的区别
defaultConfig
{versionCode1versionName"1.0"externalNativeBuild{cmake{c
明飞1987
·
2023-10-09 19:04
jni&ndk
android
ARouter
1.配置:gradle插件大于2.2的可以直接配置android{
defaultConfig
{...javaCompileOptions{annotat
天空的守望者
·
2023-10-09 07:57
couldn't find "libxxxx.so"的错误解决办法
android{
defaultConfig
{ndk{//设置支持的SO库架构abiFilters'armeabi','x86','armeabi-v7a','x86_64','arm64-v8a'}}/
IT枫
·
2023-10-07 01:36
How to integrate ZXing Library to Android Studio for Barcode Scanning?
Mybuild.gradlefilelikethis:applyplugin:'com.android.application'android{compileSdkVersion21buildToolsVersion"21.1.2"
defaultConfig
liu857279611
·
2023-10-05 05:58
Android
高德地图的使用
root:build.gradle中添加依赖applyplugin:'com.android.application'...android{
defaultConfig
{ndk{//设置支持的SO库架构(
强0808
·
2023-10-03 22:03
Android Studio编译的apk安装包损坏解决方案
buildToolsVersion版本为27.0.X,compileSdkVersion改为27就可以android{buildToolsVersion'27.0.2'compileSdkVersion27
defaultConfig
睿尧
·
2023-10-02 07:37
AS构建本地maven或者远程maven仓库
Library下的build.gradle完整配置applyplugin:'com.android.library'applyplugin:'maven'android{compileSdkVersion28
defaultConfig
孙科技
·
2023-10-01 23:59
加载配置文件和flask项目启动
1.加载配置文件的方式A:从配置类中加载:app.config.from_object(
DefaultConfig
)B:从配置文件中加载:app.config.from_pyfile(config.cfg
闪击哈尔滨的陈泽(Python版)
·
2023-09-30 15:30
flask
python
后端
android 依赖model或依赖aar 添加混淆无用的问题
这是在你的依赖model的build.gradle文件中添加的参数;
defaultConfig
{//配置此参数,方可将混淆文件打包进aar/依赖modelconsumerProguardFiles'proguard-rules.pro
Arnold_lol
·
2023-09-29 15:13
Unity Game FrameWork—模块使用—全局配置
加载Demo的预加载流程ProcedurePreload中已经封装了方法可以读取并加载配置文件到框架中,只需传一个文件名作为参数LoadConfig(“
DefaultConfig
”);LoadConfig
哈哈,好啊好啊
·
2023-09-26 16:32
Unity
Game
FrameWork学习笔记
unity
c#
android.support.multidex.MultiDexApplication:DexPathList
修改项目的build.gradle文件,使用multidex并添加multidex库作为依赖,如下所示:android{
defaultConfig
{...minSdkVersion21targetSdkVersion28multiDexEnabledtrue
auccy
·
2023-09-20 04:50
Android
android
laravel 使用mpdf将html转化成pdf
安装方式composerrequirempdf/mpdf常用配置$
defaultConfig
=(new\Mpdf\Config\ConfigVariables())->getDefaults();//获取默认的字体包文件路径
Asserty666
·
2023-09-18 23:28
laravel
html
pdf
Android 打包自定义名称
variant->variant.outputs.each{output->output.outputFile=newFile(output.outputFile.parent,"包名"+
defaultConfig
.versionName
FristCode
·
2023-09-18 12:42
Android 打aar包的方法
将app项目目录下build.gradle中的applyplugin:'com.android.application'替换为applyplugin:'com.android.library'2.注释
defaultConfig
_大风起兮尘飞扬
·
2023-09-15 08:27
Android 发布自己的sdk
id'com.android.application'}里面的id'com.android.application'改为id'com.android.library'android{compileSdk32
defaultConfig
木头86
·
2023-09-14 17:55
不用找系列
android
android
studio
gradle
Android 开发小贴士
开发小贴士Unabletomergedex原因:1.包引用重复2.方法数超限3.或者几个库之间有重复代码块(特别是在整理module时容易犯)解决:1.app的build.gradle中//1.添加配置
defaultConfig
初心一点
·
2023-09-08 09:21
android
ffmpeg-android studio创建jni项目
命名项目名称1.3、选择C++标准1.4、项目结构1.5、app的build.gradleplugins{id'com.android.application'}android{compileSdk32
defaultConfig
余生爱静
·
2023-09-08 05:37
jni
ffmpeg
android
studio
android
ARouter There is no route match the path 原因
ARouter引入失败Thereisnoroutematchthepath原因未配置模块的java配置android{
defaultConfig
{javaCompileOptions{annotationProcessorOptions
ClassOps
·
2023-09-02 11:53
Android
android
Arouter 在Kotlin与Java混编中的跳转配置
classpath'com.neenbedankt.gradle.plugins:android-apt:1.4'}2.在app.gradle或其他模块的gradle中引入applyplugin:'kotlin-kapt'
defaultConfig
JetQiao
·
2023-09-01 17:49
项目中遇到的问题
kotlin
java
android
rocket-chip
DefaultConfig
memory summary
freechips.rocketchip.system.
DefaultConfig
.conf128kbitsnamedata_arrays_0_extdepth512width256portsmrwmask_gran85.5kbitsnametag_array_extdepth64width88portsmrwmask_gran225.25kbitsnametag_array
前滩西岸
·
2023-08-29 18:50
chisel
rocketchip
【Android】JUnit和Espresso单元测试新手快速入门
引入依赖android{
defaultConfig
{testInstrumentationRunner"androidx.test.runner.AndroidJUnitRunner"}}dependencies
命运之手
·
2023-08-24 11:31
android
android
junit
单元测试
Espresso
flutter TARGET_SDK_VERSION和android 13
33COMPILE_SDK_VERSION=SDK_VERSIONBUILD_TOOL_VERSION="33.0.0"//兼容库版本SUPPORT_LIB_VERSION="33.0.0"}app/build.gradle里面的
defaultConfig
氤氲息
·
2023-08-24 08:19
flutter
flutter
android
腾讯bugly在线升级自定义布局
看看官方文档的描述:1.配置示例(路径app/build.gradle):android{
defaultConfig
{ndk{//设置支持的SO库架构abiFilters
jiangbin1992
·
2023-08-23 13:55
externalNativeBuild cmake参数
一般来说,在androidstudio中使用cmake进行本地构建时,build.gradle文件是这样:android{...
defaultConfig
{...externalNativeBuild{
邓登登登
·
2023-08-23 09:55
vue3 pdf、word等文件下载
FileId){axios.get(window.
defaultconfig
.fileUrl+"/api/FileManage/Downl
iiiilooaixuud
·
2023-08-23 08:13
pdf
word
前端
Android Studio 编译生成Jar(Linux)
模块build.gradeplugins{id'com.android.library'}android{compileSdk32
defaultConfig
{minSdk28targetSdk32testInstrumentationRunner"androidx.test.runner.AndroidJUnitRunner"consumerProguardFiles"consumer-rules
Sgq丶
·
2023-08-16 19:02
android
Android
Studio
android
studio
jar
linux
多渠道打包使用不同的APP名称、logo和包名
1.设置渠道在build.gradle里设置
defaultConfig
{...flavorDimension
书柜里的松鼠
·
2023-08-15 02:09
Kotlin入门:配置篇——01
id'com.android.application'id'org.jetbrains.kotlin.android'version'1.7.0'}android{compileSdkVersion33
defaultConfig
敬往事一杯酒哈
·
2023-08-14 01:33
Kotlin入门
kotlin
开发语言
android
buildTypes——安卓gradle
目录一、前言二、buildTypes三、buildType1、buildTypes存在形式2、buildTypes中属性的意义3、buildTypes中方法的意义四、写在最后一、前言继上一篇博客分享了
defaultConfig
江澎涌
·
2023-08-13 20:31
Android
Gradle
gradle
buildTypes
buildType
multiDexEnabled
defaultConfig
——安卓gradle
目录一、前言二、
defaultConfig
1、搞清楚几个问题2、
defaultConfig
的存在形式3、
defaultConfig
中属性的意义4、
defaultConfig
中方法的意义三、写在最后一、前言我们在安卓开发中
江澎涌
·
2023-08-13 20:31
Android
Gradle
gradle
defaultConfig
iOS - Audio Unit 音频录制
工具类:设置录音参数#importNS_ASSUME_NONNULL_BEGIN@interfaceKFAudioConfig:NSObject+(instancetype)
defaultConfig
;
温柔vs先生
·
2023-08-04 03:46
org.apache.http.message.BasicNameValuePair
Androdid高版本中删除了httpclient相关的包可通过在as中配置依赖解决:applyplugin:'com.android.application'android{compileSdkVersion28
defaultConfig
被时光移动的城
·
2023-08-01 15:31
Android获取meta-data和build.gradle的值
定义在build.gradle文件中android标签下的
defaultConfig
标签下,添加manifestPlaceholders标签中。
wy_888
·
2023-07-31 15:35
Android Studio报错:all packages are not available for download package id sources android-26
Thefollowingpackagesarenotavailable:-Packageid原本build.gradle配置android{compileSdkVersion26
defaultConfig
追梦小乐
·
2023-07-30 07:42
Android 在低版本中使用stream
在Android中使用stream等新特性需要在Androidstudio中做如下配置,官方叫脱糖1在APPgradle中
defaultConfig
{//当minSdkVersion设置为20或更低时需要
木木阳光
·
2023-07-29 16:45
AndroidStudio3.0 注解报错Annotation processors must be explicitly declared now. The following dependenci
在AndroidStudio3.0annotationprocessors(注释器)需要显示的去添加,解决办法:在app的build中android{...
defaultConfig
{...
无心之上
·
2023-07-29 02:10
插件
插件使用错误
ndk开发CMakeLists配置 基本使用
------------------------build.gradle配置-----------------------------------android{compileSdkVersion28
defaultConfig
zhudaihai
·
2023-07-28 22:45
工具
控件
bug上报-腾讯bugly
前言appbug跟踪,简单快速集成腾讯bugly集成前准备1.登录腾讯bugly官网2.立即接入→QQ登录→新建产品→填写产品信息→保存ASbugly集成1.添加NDK支持android{
defaultConfig
文艺狼
·
2023-07-27 17:01
android Room使用
room-runtime:$room_version"annotationProcessor"androidx.room:room-compiler:$room_version"添加配置android{
defaultConfig
sunshine199110
·
2023-07-27 02:44
Android
android
开发语言
android:安卓12申请蓝牙权限
我的sdk版本如下,测试用的redmenote11Tpro安卓版本13compileSdkVersion30buildToolsVersion"30.0.3"
defaultConfig
{applicationId"xxxxminSdkVersion19targetSdkVersion30versionCode1versionName
Wenlong Yang
·
2023-07-26 23:53
android
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他