repositories下加入
flatDir{
dirs 'libs','../mylibrary/libs'
}
防止activity出错
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0'
导入 mylibrary联系楼主
repositories下加入
flatDir{
dirs 'libs','../mylibrary/libs'
}
防止activity出错
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0'
导入 mylibrary联系楼主