-
repo sync --force-sync -j4
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Fetching project platform/frameworks/opt/setupwizard
Fetching project platform/packages/apps/Car/Loc…
-
Gradle Version: Gradle 3.3
Gradle Plugin Version: gradle:2.3.0-beta2
我按照readme和demo的方式配置了gradle,工程里之前也配置了Dagger2,用的annotationProcessor,
之前都是正常的,使用了ARouter之后,就编译不过了。gradle console给了下面的错误,不知道是什么原因导…
-
I'm using Gradle. 4.8.1, and I'm noticing that occasionally something happens that's causing all of my tests to fail, because ALL environment variables that I'm expecting to be set (and that a…
-
```java
abstract class BaseActivity { //project moduleLib
@Inject LocalModuleConfig localModuleConfig;//something what is visible for BaseActivity project-module only
protected void inject(…
-
Hello, i have complex multi-tier architecture in my Android project.
Currently i want to use the following structure of the DI components and modules:
```
[Data Layer]
@DataScope //scope is use…
-
Can this be ported to java. Seems better than the dagger hanging over my head.
-
So, I did change the dependency Map into App Job Creator. It is now as:
@Singleton
class AppJobCreator
@Inject constructor(): JobCreator {
@Inject
lateinit va…
-
Hi,
for the latest android studio 2.3 beta3, if we want to use dagger2, do we still need plugin:"com.neenbedankt.android-apt"? or just "compile 'com.google.dagger:dagger:2.x'
annotationProcessor '…
-
The goal is to be able to compile UI tests like:
* https://github.com/pot8os/Kotlin-Espresso-sample/blob/master/app/src/androidTest/kotlin/net/pot8os/kotlintestsample/ApplicationTest.kt
* https://me…
jimdc updated
6 years ago
-
im seeing build issues after the new firebase verisioning has been added.
https://android-developers.googleblog.com/2018/05/announcing-new-sdk-versioning.html
I created a empty project and wit…