gpt4 book ai didi

java - 新项目的公司域名错误

转载 作者:行者123 更新时间:2023-11-30 01:04:59 26 4
gpt4 key购买 nike

我在 Android Studio 中开始一个新项目,这次使用不同的项目域。

在我的上一个项目中,我使用了 domain1,现在我需要使用 domain2。当我第一次运行时,我在调试窗口中收到了以下消息。

新项目正在使用上一个项目的域。我试图清理项目,甚至从头开始创建一个新项目,但错误仍然存​​在。有谁知道我该如何解决?

(为了便于阅读,我更改了域名)

br.com.domain1 --> used in the last project (Project1)

br.com.domain2 --> used in this project (Project2)

调试窗口:

08/15 10:04:51: Launching app
$ adb push C:\Users\User1\AndroidstudioProjects\Project2\app\build\outputs\apk\app-debug.apk /data/local/tmp/br.com.Domain1.Project2
$ adb shell pm install -r "/data/local/tmp/br.com.Domain1.Project2"
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
pkg: /data/local/tmp/br.com.Domain1.Project2
Success

$ adb shell am start -D -n "br.com.Domain1.Project2/br.com.Domain2.Project2.PrincipalActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Error while executing: am start -D -n "br.com.Domain1.Project2/br.com.Domain2.Project2.PrincipalActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=br.com.Domain1.Project2/br.com.Domain2.Project2.PrincipalActivity }
Error type 3
Error: Activity class {br.com.Domain1.Project2/br.com.Domain2.Project2.PrincipalActivity} does not exist.
Error while Launching activity

最佳答案

在按下 Android Studio 主工具栏中的 Sync Project with Gradle Files 按钮后解决。 :-(

关于java - 新项目的公司域名错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38957241/

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