google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.98k stars 1.22k forks source link

Memoryleakmonitor.jar not exists #578

Closed othmanMobideen closed 6 years ago

othmanMobideen commented 6 years ago

When i run my app i have this error just in logo Memoryleakmonitor.jar not exists

inio commented 6 years ago

That error is totally unrelated to ARCore. What device are you using and do you see any other errors?

othmanMobideen commented 6 years ago

i use huawei nova+ and android emulator yes i have 09-24 18:17:33.943 17694-17701/? E/zygote64: Failed writing handshake bytes (-1 of 14): Broken pipe 09-24 18:17:34.114 17694-17694/? E/MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 09-24 18:17:34.116 17694-17694/? E/Minikin: Could not get cmap table size! just this pls i need help what i can do ??????????

inio commented 6 years ago

Sorry, this fell through the cracks.

Again, none of those errors involve anything related to ARCore. If possible, capture all log messages (or at least down to INFO logs) generated during the call to new Session(Context) or ArSession_create() (assuming that's what's failing).

inio commented 6 years ago

Closing for inactivity.