mCButton.layout(l, t, l + width, t + width);这个我觉得说的不对,
应该是(注意:最后一个参数)
mCButton.layout(l, t, l + width, t + height);
应该是(注意:最后一个参数)
mCButton.layout(l, t, l + width, t + height);
2016-08-16
:app:transformClassesWithMultidexlistForDebug'.> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1
2016-05-25