Yingci

Results 12 comments of Yingci

有个问题:为什么dependency module不能debug? minifyEnabled false 已经设置了

1. Open your root project file - build.gradle 2. Modify the repositories as follows: ```groovy buildscript { repositories { mavenLocal() google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:4.2.0' // NOTE: Do...

I have solved the issue: add the head reference #include .That's ok!

> ![image](https://user-images.githubusercontent.com/34313868/188885776-858206b4-66c1-49e1-8d4a-c28c1ed9845c.png) I met the same issue!After I have set ro.debuggable to 1 .The result is still 0 which show as bellows: ![image](https://user-images.githubusercontent.com/10626484/203217965-d54e9b29-6486-4a4f-8d35-c7e6d1622386.png)

> > ![image](https://user-images.githubusercontent.com/34313868/188885776-858206b4-66c1-49e1-8d4a-c28c1ed9845c.png) > > I met the same issue!After I have set ro.debuggable to 1 .The result is still 0 which show as bellows: ![image](https://user-images.githubusercontent.com/10626484/203217965-d54e9b29-6486-4a4f-8d35-c7e6d1622386.png) After I reboot device...