I'm looking to rename an apk package name with existing tools like aapt or apktool.
Found this question that is related : Rename package name using aapt
I tried to adapt the command aapt p -f --rename-manifest-package com.mynewpackagename -M AndroidManifest.xml -F myapp.apk -I android.jar -S res
But it gives an error.