Search Issue Tracker
By Design
Votes
0
Found in
5.4.0b18
Issue ID
800448
Regression
Yes
[Android] Instant crash on app launch with Tango SDK
Steps to reproduce:
1) Download attached project 'testing_5_4_b18.zip' and open in Unity.
2) Build and launch project on a device.
3) Observe instant crash.
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
ZYSHAQ
Nov 04, 2017 17:26
Having same issue with Phab 2 Pro, instant crash. Any solution?
pamundse
Aug 14, 2017 10:38
I have this as well
goldenbraidstudios
Aug 12, 2017 00:52
I'm having the exact same issue with the exact same stack trace. Anyone resolve this by chance?
BobBobson108
Aug 09, 2017 21:41
Also, could someone explain how this is by design and what we should be doing instead so we can develop Tango apps?
BobBobson108
Aug 09, 2017 21:39
I am having this exact same problem, Unity 2017.10f3 on Asus Zenfone AR. Going to try Unity 5.x and see if that helps.
AdrianJF
Jul 18, 2017 11:57
Having this issue in unity Unity 2017.2.0b3 on Asus Zenfone AR.
How is this issue closed with "By Design"?
Log cat below:
Caused by: java.lang.NoSuchMethodError: No direct method <init>(Landroid/content/ContextWrapper;)V in class Lcom/unity3d/player/UnityPlayer; or its super classes (declaration of 'com.unity3d.player.UnityPlayer' appears in /data/app/com.SGIL.TangoTest-2/base.apk)
at com.google.unity.GoogleUnityActivity.onCreate(GoogleUnityActivity.java:106)
at android.app.Activity.performCreate(Activity.java:6743)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2599)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2707)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1460)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:159)
at android.app.ActivityThread.main(ActivityThread.java:6097)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)