Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E/memtrack: Couldn't load memtrack module #15

Open
NilSagor opened this issue Feb 15, 2020 · 0 comments
Open

E/memtrack: Couldn't load memtrack module #15

NilSagor opened this issue Feb 15, 2020 · 0 comments

Comments

@NilSagor
Copy link

NilSagor commented Feb 15, 2020

I have tried with ADV Pixel 2 API 27 and real device xiaomi 8 se which has 6 GB ram

here is manifest.xml

  <?xml version="1.0" encoding="utf-8"?>
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
                      package="com.example.myapplication">

         <application
                android:allowBackup="true"
               android:icon="@mipmap/ic_launcher"
               android:label="@string/app_name"
              android:roundIcon="@mipmap/ic_launcher_round"
              android:supportsRtl="true"
              android:theme="@style/AppTheme">
            <activity android:name=".MainActivity">
                  <intent-filter>
                       <action android:name="android.intent.action.MAIN" />

                      <category android:name="android.intent.category.LAUNCHER" />
               </intent-filter>
         </activity>



    </application>

  </manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant