jiuqiant / mediapipe_multi_hands_tracking_aar_example

MediaPipe multi-hand tracking gpu demo with MediaPipe's Android archive library
113 stars 47 forks source link

Why my aar file so large more than 100 MB ? #6

Open aidenpearce001 opened 4 years ago

aidenpearce001 commented 4 years ago

i had follow this post : https://google.github.io/mediapipe/getting_started/android_archive_library and my aar file is about 120 mb , whereas your aar file is 52.7 MB , how can i reduce the size of my aar file(i build for only one hand tracking)

allenxuan commented 3 years ago

aar of this demo project only contains an arm64-v8a so, it is 52MB. If you build your aar with both armeabi-v7a and arm64-v8a, the size of aar file is almost doubled.