Questions tagged [apkanalyzer]

4 questions
2
votes
1 answer

Why are classes from the legacy Android Support Libraries in my APK?

I've created a new Android app using Android Studio's wizard. It's a Compose-based app, "modern" style, only Jetpack. I only create the project and run a build with ./gradlew :app:assembleDebug. When I use apkanalyzer on the generated APK, I see…
Bartek Pacia
  • 1,085
  • 3
  • 15
  • 37
1
vote
0 answers

apkanalizer - What can increase the raw file size of the native libs?

I have a project that used to weight around 140MB. Then, something changed and new version of the app is increasing by 100MB the apk size, even when the download size remains mostly the same. We did not do any major config modifications, but did…
htafoya
  • 18,261
  • 11
  • 80
  • 104
0
votes
0 answers

NoClassDefFoundError when calling apkanalyzer running cordova

I'm setting up an enviroment for deploying android app with cordova. The OS is Xubuntu 20.04. I downloaded the sdk and jdk11 and set the enviroment variables in ~/.bashrc as follows export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 export…
rain 183
  • 11
  • 3
0
votes
1 answer

Can APK contains assets of androidTest folder/suite?

I would like to know more about APK contents. Will the release APK contains assets of test/androidTest folders? I searched some for this. https://en.wikipedia.org/wiki/Apk_(file_format). But couldn't get the detail what I want.
Karthikeyan Ve
  • 2,550
  • 4
  • 22
  • 40