Assigned
Status Update
Comments
ad...@google.com <ad...@google.com> #2
> 1 MESSAGE FOR VERSION CODE 573 Warning Some users of this APK may not be able to upgrade to the new APK added in this release.
Hmm, I haven't seen this before. What Android sdk was your app's minsdk set to prior to this change? AppSearch requires Android 14.
> Warning This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug.
Hmm, this is interesting. I will try to figure out from our side what we need to do to get debug symbols added into our aar.
> I don't want to include any native code in my project, how could I go about this issue to achieve it?
There are two implementations of AppSearch. appsearch-local-storage uses the native library you found and requires Android 14+. appsearch-platform-storage does not use any native libraries and requires Android 31+. You can choose whichever of these two implementations best suits your needs.
> (how can I successfully use AppSearch without this warning in Play Console)?
It may be possible for us to include debug symbols in our aar; I will find out on our side.
Hmm, I haven't seen this before. What Android sdk was your app's minsdk set to prior to this change? AppSearch requires Android 14.
> Warning This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug.
Hmm, this is interesting. I will try to figure out from our side what we need to do to get debug symbols added into our aar.
> I don't want to include any native code in my project, how could I go about this issue to achieve it?
There are two implementations of AppSearch. appsearch-local-storage uses the native library you found and requires Android 14+. appsearch-platform-storage does not use any native libraries and requires Android 31+. You can choose whichever of these two implementations best suits your needs.
> (how can I successfully use AppSearch without this warning in Play Console)?
It may be possible for us to include debug symbols in our aar; I will find out on our side.
pr...@gmail.com <pr...@gmail.com> #3
Thanks for your speedy reply.
> Hmm, I haven't seen this before. What Android sdk was your app's minsdk set to prior to this change? AppSearch requires Android 14.
The minsdk is 21, I didn't change the minsdk at all.
> Hmm, this is interesting. I will try to figure out from our side what we need to do to get debug symbols added into our aar.
Thanks, that would be great.
> There are two implementations of AppSearch. appsearch-local-storage uses the native library you found and requires Android 14+. appsearch-platform-storage does not use any native libraries and requires Android 31+. You can choose whichever of these two implementations best suits your needs.
Okay, I'm still using Android 30 for the project, and upgrading to 31+ will not be the best option at this stage/week.
> It may be possible for us to include debug symbols in our aar; I will find out on our side.
Okay, thanks. I really appreciate it.
> Hmm, I haven't seen this before. What Android sdk was your app's minsdk set to prior to this change? AppSearch requires Android 14.
The minsdk is 21, I didn't change the minsdk at all.
> Hmm, this is interesting. I will try to figure out from our side what we need to do to get debug symbols added into our aar.
Thanks, that would be great.
> There are two implementations of AppSearch. appsearch-local-storage uses the native library you found and requires Android 14+. appsearch-platform-storage does not use any native libraries and requires Android 31+. You can choose whichever of these two implementations best suits your needs.
Okay, I'm still using Android 30 for the project, and upgrading to 31+ will not be the best option at this stage/week.
> It may be possible for us to include debug symbols in our aar; I will find out on our side.
Okay, thanks. I really appreciate it.
pr...@gmail.com <pr...@gmail.com> #4
Hi there,
Any updates on this issue please?
Thanks.
Any updates on this issue please?
Thanks.
Description
AppSearch module used: appsearch, appsearch-compiler, appsearch-local-storage
AppSearch version used: 1.0.0-alpha02
Devices/Android versions reproduced on: -
Hi,
I tried to upload an aab file with AppSearch in it to Play Console and I got two warnings about it: \
After analyzing local debug apk file in android studio, I found that there is a libicing.so in the file.https://android.googlesource.com/platform/external/icing/+/refs/heads/androidx-camera-release/nativeLib/build.gradle
So, my question is:
Upon searching the web, I found this link:
Please reply asap