GODOT错误类型3错误:活动类不存在

时间:2017-03-16 07:58:45

标签: android godot

我正在尝试使用USB调试选项在我的le eco 1s上运行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.

1 个答案:

答案 0 :(得分:0)

我改变了这个"唯一的名字" "org.companyname.$gamename"

并将其重置为图像波纹管中显示的默认值 enter image description here 它工作得很好。 USB调试正在运行,游戏正在手机上运行