ApkRename | rename android app package name ( just a identity of app
kandi X-RAY | ApkRename Summary
kandi X-RAY | ApkRename Summary
This project contains 4 utilities: -- name ----------------------------- ------depending utilities------------------ apkRename.sh java, jar apkRenameAndInstall.sh java, jar, zip, jarsigner, adb setAxmlPkgName.jar (in lib/) java apkSign.sh zip, jarsigner. Usage: apkRename.sh [OPTIONS] apkPath_or_packageName newPackageName This utility changes APK's package name (not java package name) and prepend java package name to partial class name in AndroidManifest.xml: Application,Activity,Receiver,Service... backupAgent,manageSpaceActivity,targetActivity... meta value(only if start with dot). Note: If apkPath_or_packageName ends with .apk then means a apk file to be changed, otherwise means a packageName and will pull file from device to: ./tmpForApkRename/app.apk then change it. If newPackageFullName ends with ! then it will remove conflict settings: , ,android:protectionLevel,process,sharedUserId. For system app, it will pull app's odex file and convert to dex, add to apk. The result APK file is not signed, to install it please use apkSign.sh. Options: -H - Name of adb server host (default: localhost) -P - Port of adb server (default: 5037) -s - Device Serial Number or qualifier.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ApkRename
ApkRename Key Features
ApkRename Examples and Code Snippets
Community Discussions
Trending Discussions on ApkRename
QUESTION
I have an android project that create other android app using zip and zipSigner. This app works great but i need to change the app name and package name in manifest so user can create different apps.
I have download this library to parse xml from the apk but dont know how to use it using java.
Can anyone give some ways to use it or maybe other library?
i see that apk editor, apk tool can modify it.
...ANSWER
Answered 2018-Jun-22 at 16:04Ive already solve it:
this library give me a good work
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ApkRename
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page