Android - Couldn't load memtrack module (No such file or directory)

There is a problem of Android Installation error:

- Couldn't load memtrack module (No such file or directory)
- failed to load memtrack module: -2

This error, as you can read on the question linked in comments above, results to be:

[...] a problem with loading {some} hardware module. This could be something to do with GPU support, sdcard handling, basically anything.

The step 1 below should resolve this problem. Also as I can see, you have some strange package names inside your manifest:

  • package=”com.example.hive” in <manifest> tag,
  • android:name=”com.sit.gems.app.GemsApplication” for <application>
  • and android:name=”com.sit.gems.activity” in <activity>

I resolved by following these tips:

-> Use the same package. You should have the same for Manifest, Activities, etc.

1. Rename Package as “com.**.**”

2. Edit Child Node “package” in <manifest> as “com.**”

3. Ensure the value of “android:name” in <activity> is the same package as “com.**”

That is all right.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值