目前正在使用https://github.com/lucasr/probe的分支。刚刚开始,但由于某种原因,当我尝试构建它时,我得到了这个错误很多次:
@media print,dompdf
我真的不知道它是怎么回事,因为图书馆项目的build.gradle有:
/Users/me/probe/library/src/main/java/org/lucasr/probe/DexProxyBuilder.java:27: error: package com.google.dexmaker does not exist
import com.google.dexmaker.Code;
修改:完整dependencies {
compile 'com.google.dexmaker:dexmaker:1.2'
}
build.gradle
答案 0 :(得分:0)
dexmaker Github says:
Gradle users can import the project this way:
testCompile "com.crittercism.dexmaker:dexmaker:1.4"
testCompile "com.crittercism.dexmaker:dexmaker-dx:1.4"
testCompile "com.crittercism.dexmaker:dexmaker-mockito:1.4"