IndoorAtlas / unity-plugin

IndoorAtlas Unity plugin
Apache License 2.0
42 stars 13 forks source link

Hardware not supported, despite building app to Nexus 6P #1

Closed EgilSandfeld closed 6 years ago

EgilSandfeld commented 6 years ago

Hi guys.

I get this error below when trying to build the example scene from the supplied unity example project to Android. I have added API key and secret to the IaBehavior.cs.

Removing indooratlas-android-sdk-2.5.2.aar from the Unity project stops this message from happening! So the issues lie somewhere in the indooratlas-android-sdk-2.5.2.aar package.

In build settings, I've tried setting Install Location to both External, Automatic and Force Internal. I have also tried changing "preferExternal" in supplied AndroidManifest in Plugins folder to "InternalOnly" and "Auto" - without luck either.

My phone is a Nexus 6P rooted, which I've previously used to map rooms in Map Creator 2.

screenshot_20170925-135114

EgilSandfeld commented 6 years ago

Just tried building with Android API minimum is 4 and Target both at 6.0, 7.0 and 7.1. None of these fixed the issue.

simomar commented 6 years ago

Hi!

We reproduced the issue on Samsung S6. Could you checkout branch fix/arm64-builds, which contains an updated aar file, and test the example again on Nexus 6P?

EgilSandfeld commented 6 years ago

I can confirm this fixed my issues. I'm now able to get changes from IndoorAtlas. Great work, guys! :)

tejas0904 commented 6 years ago

Apparently the issue persists with note8 and indooratlas-android-sdk-2.6.1.aar as well.