Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

ActivityManager示例项目的问题

关于

问题

Execution failed for task ':app:compileDebugJavaWithJavac'

尝试:

  • gradlew compileDebugJavaWithJavac --debug
  • gradlew compileDebugJavaWithJavac --stacktrace
Circular dependency between the following tasks

* Exception is:
org.gradle.api.CircularReferenceException: Circular dependency between the following tasks:
:app:compileReleaseKotlin
\--- :app:kaptReleaseKotlin
\--- :app:compileReleaseKotlin (*)

  • build.gradle:1.1.2-2,或者build.gradle:3.0.0-alpha3。总之不要使用1.1.2-4就好了。
  • 这是一个bug。
  • 使用3.0.0,需要AS3.0版本,到目前为止,尚未释出稳定版
  • stackoverflow
熟悉activity标签所有的属性
熟悉application标签所有的属性
熟悉adb中am相关的命令
熟悉adb中pm相关的命令
熟悉adb中input相关的命令
熟悉adb中logcat相关的命令
zygot
  • 为大部分应用程序复刻一个虚拟机实例
  • 系统引导进程,init进程不是由zygote创建的