What does this mean? Android Studio logcat: "Couldn't load memtrack module" -
in android studio, after clicking "run", while loading either device or of various android emulator devices, logcat indicates following errors:
- e/memtrack﹕ couldn't load memtrack module (no such file or directory)
- e/android.os.debug﹕ failed load memtrack module: -2
the app contain mp3 in /java/res/raw directory not sure if file fails load.
app functionality , widgets seem work normally. app seems play mp3 when fired via broadcastreceiver / audiomanager / notificationcompat.builder.
any ideas on correcting logcat error? or there need to?
Comments
Post a Comment