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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
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)