Skip to content

SmartToken app not working #191

Description

@eusebiu

SmartToken app (https://play.google.com/store/apps/details?id=ro.raiffeisen.eToken) not working on Nexus 5 Android Pie (https://forum.xda-developers.com/google-nexus-5/development/rom-unofficial-aosip-pie-beta-t3925878).
I compiled RootCloak 3.0 beta on armeabi-v7a so I could install the native lib (installed Riru, EdXposed from Magisk v19.1)

I had to change build.gradle (Module app)
`
android {

...

externalNativeBuild {

    ndkBuild {

        path file('src/main/jni/Android.mk')

    }

}

splits {

    abi {

        enable true

        reset()

        include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' //select ABIs to build APKs for

        universalApk true //generate an additional APK that contains all the ABIs

    }

}

}
`

Any suggestions on what to look on in order to make it work on Nexus 5/Android P?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions