Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | toby3d | |
Old Version | Published before Godot 3 was released. |
Linux Mint Mate 18 (x86-64), Godot Engine v2.1.1.stable.official (on GitHub - duplicated topic with custom build with same problem)
Android SDK/NDK installed, editor configured. After clicking on the icon with android is a process of sending assembly on the phone, but app on phone is not installed and does not start.
For example, I try build Platformer example to my phone on USB cable:
...
sm 5908 Fri Nov 30 00:00:00 YEKT 1979 assets/tileset.tres
sm 14980 Fri Nov 30 00:00:00 YEKT 1979 assets/tileset_edit.tscn.converted.scn
sm 1863 Fri Nov 30 00:00:00 YEKT 1979 assets/engine.cfb
sm 39 Fri Nov 30 00:00:00 YEKT 1979 assets/_cl_
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
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 timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2044-04-17) or after any future revocation date.
Re-run with the -verbose and -certs options for more details.
Uninstalling previous version: Benq F5_15
Killed
Installing into device (please wait..): Benq F5_15
[100%] /data/local/tmp/tmpexport.apk
pkg: /data/local/tmp/tmpexport.apk
Killed
error: closed
error: closed
Reverse result: 1
error: closed
Reverse result2: 1
Starting: Intent { act=android.intent.action.MAIN cmp=org.godotengine.platformer/org.godotengine.godot.Godot }
java.lang.SecurityException: Permission Denial: startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
at android.os.Parcel.readException(Parcel.java:1472)
at android.os.Parcel.readException(Parcel.java:1426)
at android.app.ActivityManagerProxy.startActivityAsUser(ActivityManagerNative.java:2141)
at com.android.commands.am.Am.runStart(Am.java:729)
at com.android.commands.am.Am.onRun(Am.java:307)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:47)
at com.android.commands.am.Am.main(Am.java:89)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:294)
at dalvik.system.NativeStart.main(Native Method)
Can you test it with another device?
volzhs | 2016-12-30 12:46