Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/183.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 禁用即时运行也会禁用断点_Android_Android Studio_Adb_Android Debug_Android Billing - Fatal编程技术网

Android 禁用即时运行也会禁用断点

Android 禁用即时运行也会禁用断点,android,android-studio,adb,android-debug,android-billing,Android,Android Studio,Adb,Android Debug,Android Billing,我最近遇到: Unexpected scopes found in folder 'TrivialDrive_v2\mobile\build\intermediates\transforms\dexMerger\debug'. Required: EXTERNAL_LIBRARIES. Found: EXTERNAL_LIBRARIES, PROJECT, SUB_PROJECTS 它建议了一个修复,修复了它,但是现在,调试器不会在断点上停止(在主活动的onCreate()上测试) 其他,提及

我最近遇到:

Unexpected scopes found in folder 'TrivialDrive_v2\mobile\build\intermediates\transforms\dexMerger\debug'. Required: EXTERNAL_LIBRARIES. Found: EXTERNAL_LIBRARIES, PROJECT, SUB_PROJECTS
它建议了一个修复,修复了它,但是现在,调试器不会在断点上停止(在主活动的onCreate()上测试)

其他,提及添加:

multiDexEnabled true //important
在gradle生成文件中调用defaultConfig{}。已经有了(之前遇到过),但执行仍然不会在断点处停止。最初是这样的。为什么?


该应用程序扩展为(android.test.purchased等)

删除项目根目录中的目录.idea.gradle,使缓存失效并重新启动android(至少目前是这样)