gpt4 book ai didi

android - 如何在 kotlin android 中正确声明应用程序类

转载 作者:行者123 更新时间:2023-11-30 05:10:38 27 4
gpt4 key购买 nike

我已经声明并定义了代码,如果我在 Debug模式下运行。我的调试器从来没有到过那个点

list 声明:

 <application
android:name=".application.CaringApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/MyAppTheme"/>

CaringApplication.kt

class CaringApplication : Application() {

val TAG = CaringApplication::class.java!!.simpleName

override fun onCreate() {
super.onCreate()
Fabric.with(this, Crashlytics())
}
}

CaringApplication 不可访问

最佳答案

与其只写类名,不如写整个包路径例如 list 中的 com.packageName.subPackageName.class。写完后,按 Ctrl+左键单击类名,它应该会将您重定向到各自的应用程序类。

关于android - 如何在 kotlin android 中正确声明应用程序类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53813648/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com