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.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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)