Here is a simple guide on how to check the appPackage and appActivity in apk.
How to Check the appPackage or appActivity of an APK
Option 1:
- aapt dump badging xxxx.apk
- Lookup “package: name” and “launchable-activity: name” in terminal’s output
Option 2:
- java -jar apktool_2.3.3.jar d xxxx.apk
- Lookup appPackage and appActivity in AndroidManifest.xml
Read More:
- List: How to de-duplication according to an attribute of an object
- How to Solve ERROR: Java 1.7 or later is required to run Apache Drill
- [Solved] Project Startup Error: Redis health check failed:Unable to connect to localhost6379
- [Solved] Project Startup Error: Redis health check failed: Unable to connect to localhost6379
- How to Solve JAR pack error: Error resolving template [/userInfo], template might not exist or might not be accessib
- Springboot integration RabbitMQ times error: Failed to check/redeclare auto-delete queue(s).
- [Solved] Resource compilation failed. Check logs for details.
- [Solved] Eclipse Error: A JNI error has occurred, please check your installation and try again
- [Solved] ES Error: Elasticsearch health check failed
- ES Error: Elasticsearch health check failed [How to Solve]
- Idea create Maven project Error: [error] no longer supports source option 1.5. Please use version 1.6 or higher, and the idea reports an error: error: Java does not support the error of release version 5
- [Solved] Error: A JNI error has occurred, please check your installation and try again Exception in thread
- [Solved] SpringBoot Integrate ES Error: Elasticsearch health check failed
- How to Solve Error: Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
- [Solved] ZK Connect Error: A JNI error has occurred, please check your installation and try again
- [Solved] JAVA Error: Error:A JNI error has occurred,please check your installation and try again
- [Solved] JPA Create Sheet error at the First time: Cant DROP [xxx];check that column/key exists
- Java error: unable to find or load main class (package name in source file)
- When the database table field is set to self incrementing, use the entity class to insert or update the data to solve the error (Hibernate Framework)
- JAVA 8: How to Convert List to Map