Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/multithreading/4.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 戈多错误类型3错误:活动类不存在_Android_Godot - Fatal编程技术网

Android 戈多错误类型3错误:活动类不存在

Android 戈多错误类型3错误:活动类不存在,android,godot,Android,Godot,我正在尝试使用USB调试选项在我的le eco 1上运行GODOT游戏,我面临这个问题 这是控制台显示的内容,在本文末尾,我们看到了错误消息 s = signature was verified m = entry is listed in manifest k = at least one certificate was found in keystore i = at least one certificate was found in identity scope - S

我正在尝试使用USB调试选项在我的le eco 1上运行GODOT游戏,我面临这个问题

这是控制台显示的内容,在本文末尾,我们看到了错误消息

  s = signature was verified
  m = entry is listed in manifest
  k = at least one certificate was found in keystore
  i = at least one certificate was found in identity scope

- Signed by "CN=Ashwin Nandihalli, OU=Game Development, O=colourbees.com, L=bang
alore, ST=Karnataka, C=IN"
    Digest algorithm: SHA1
    Signature algorithm: MD5withRSA, 2048-bit key

jar verified.

Warning:
This jar contains entries whose certificate chain is not validated.
This jar contains signatures that does not include a timestamp. Without a timest
amp, users may not be able to validate this jar after the signer certificate's expiration date (2044-08-01) or after any future revocation date.

Re-run with the -verbose and -certs options for more details.
Uninstalling previous version: Letv Le X507
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platform-tools/adb.exe" "-s" "IVYLFUSGCM9HAYLN" "uninstall" "org.colourbees.$madmath"
Failure [DELETE_FAILED_INTERNAL_ERROR]
Installing into device (please wait..): Letv Le X507
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platformtools/adb.
exe" "-s" "IVYLFUSGCM9HAYLN" "install" "-r" "C:\Users\prayag\AppData\Roaming/God
ot/tmp/tmpexport.apk"
[100%] /data/local/tmp/tmpexport.apk
Please select on your phone whether can install the app by The ADB command?
        pkg: /data/local/tmp/tmpexport.apk
Failure [INSTALL_FAILED_INVALID_APK]
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platform-tools/adb.exe" "reverse" "--remove-all"
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platformtools/adb.exe" "reverse" "tcp:6007" "tcp:6007"
Reverse result: 0
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platformtools/adb.exe" "reverse" "tcp:6010" "tcp:6010"
Reverse result2: 0
running cmdline: "C:/Users/prayag/AppData/Local/Android/sdk1/platformtools/adb.exe" "-s" "IVYLFUSGCM9HAYLN" "shell" "am" "start" "-a" "android.intent.action.MA
IN" "-n" "org.colourbees.$madmath/org.godotengine.godot.Godot"
Starting: Intent { act=android.intent.action.MAIN cmp=org.colourbees./org.godote
ngine.godot.Godot }
Error type 3
Error: Activity class {org.colourbees./org.godotengine.godot.Godot} does not exist.
我已更改此“唯一名称”
“org.companyname.$gamename”

并将其重置为下图所示的默认值 它只是工作得很好。USB调试正在工作,游戏正在手机上运行

我已更改此“唯一名称”
“org.companyname.$gamename”

并将其重置为下图所示的默认值 它只是工作得很好。USB调试正在工作,游戏正在手机上运行