Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Conversation

@Goooler
Copy link
Owner

@Goooler Goooler commented Feb 6, 2022

@Goooler Goooler changed the title Adopt AGP 7.3 Adopt AGP namespace feature Feb 6, 2022
@Goooler Goooler added the build label Feb 6, 2022
@Goooler Goooler added this to the 1.5.0 milestone Feb 6, 2022
@Goooler Goooler added the enhancement New feature or request label Feb 6, 2022
resValue("string", "app_name", "${module.appName}.debug")
signingConfig = signingConfigs["release"]
applicationIdSuffix = ".debug"
isJniDebuggable = true
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2022-02-06 18:41:34.442 12006-12006/? E/AndroidRuntime: FATAL EXCEPTION: main
    Process: io.goooler.demoapp.debug, PID: 12006
    java.lang.RuntimeException: Unable to instantiate application io.goooler.demoapp.debug.DemoApplication package io.goooler.demoapp.debug: java.lang.ClassNotFoundException: Didn't find class "io.goooler.demoapp.debug.DemoApplication" on path: DexPathList[[zip file "/data/app/~~r2yVGnGnDUM5HOnrqBjkvQ==/io.goooler.demoapp.debug-gYQaJ1In2SgQAUa-U4fHng==/base.apk"],nativeLibraryDirectories=[/data/app/~~r2yVGnGnDUM5HOnrqBjkvQ==/io.goooler.demoapp.debug-gYQaJ1In2SgQAUa-U4fHng==/lib/arm64, /system/lib64, /system_ext/lib64]]
        at android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6686)
        at android.app.ActivityThread.access$1500(ActivityThread.java:247)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loopOnce(Looper.java:201)
        at android.os.Looper.loop(Looper.java:288)
        at android.app.ActivityThread.main(ActivityThread.java:7839)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)

@Goooler Goooler merged commit f58d809 into kotlin Feb 6, 2022
@Goooler Goooler deleted the agp730 branch February 6, 2022 11:10
Goooler added a commit that referenced this pull request Feb 6, 2022
* AGP 7.3.0-alpha01

* Add `namespace`

* Remove package attr in manifests

* Downgrade AGP

* Remove applicationIdSuffix
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

build enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants