dexdump | Android Dex File Parser/Dump Tool | Parser library
kandi X-RAY | dexdump Summary
kandi X-RAY | dexdump Summary
A tool for Android dex file dump which are extracted from Android source tree and ported to Win32 platform. To build the tool, just open dexdump\dexdump.sln with Microsoft Visual Studio.
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 dexdump
dexdump Key Features
dexdump Examples and Code Snippets
Community Discussions
Trending Discussions on dexdump
QUESTION
I'm trying to use r8
without much success:
ANSWER
Answered 2021-Apr-26 at 11:11The problem is that the only rule you are passing to R8 is -dontwarn java.lang.Object
. There is no single -keep
rule, which means that the output will be empty as no entry points are kept.
What is missing is two set of keep rules:
- General keep rules for all Android apps
- Specific rules for the concrete app with all entry points (reflective access from the platform for e.g. view inflation), which can be generated with
aapt2
.
For the first set of rules Android Studio (or more precisely AGP) bundles this rules file, which is passed to all builds as a result of getDefaultProguardFile('proguard-android-optimize.txt')
.
QUESTION
Why does android still keep dx
along its newer replacement d8
?
ANSWER
Answered 2021-Apr-15 at 05:26https://android-developers.googleblog.com/2020/02/the-path-to-dx-deprecation.html lays out the deprecation plan. Exactly what version of the cmd line tools this will go away in is still a little up in the air because of dependencies uncovered during the last year.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dexdump
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