Launch succeeded但是模拟器里面没有安装autoX

6.0.9版本在android studio 里sync控制台输出

The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
Affected Modules: apkbuilder
Using flatDir should be avoided because it doesn't support any meta-data formats.
Affected Modules: app, autojs, automator, inrt

build Outpu 控制台输出

The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
Using flatDir should be avoided because it doesn't support any meta-data formats.
The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
Using flatDir should be avoided because it doesn't support any meta-data formats.
The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
Using flatDir should be avoided because it doesn't support any meta-data formats.
The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
Using flatDir should be avoided because it doesn't support any meta-data formats.

event log

20:51	Gradle sync started

20:56	Outdated Bundled Kotlin Compiler
			The compiler bundled to Kotlin plugin (1.5.30-release-408) is older than external compiler used for building modules:
			AutoX.automator (1.6.20)
			
			AutoX.app (1.6.20)
			
			... 
			This may cause different set of errors and warnings reported in IDE.
			Update  Ignore (show balloon)

20:56	Gradle sync finished in 5 m 0 s 798 ms

21:02	Executing tasks: [:app:assembleCommonDebug] in project E:\code\auto_bot\AutoX

21:02	Gradle build finished in 11 s 715 ms

21:02	Launch succeeded

21:02	Executing tasks: [:inrt:assembleCommonDebug, :app:assembleCommonDebug] in project E:\code\auto_bot\AutoX

21:02	Gradle build finished in 14 s 376 ms

Android Studio Bumblebee | 2021.1.1 Patch 1
Build #AI-211.7628.21.2111.8139111, built on February 2, 2022
Runtime version: 11.0.11+9-b60-7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 1280M
Cores: 6
Registry: external.system.auto.import.disabled=true

有大佬帮忙看下是什么原因吗?