distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

Warning: Using default implementation for native extension 'com.distriqt.playservices.Base' #19

Closed jlwatt closed 3 years ago

jlwatt commented 3 years ago

I've been doing my annual update of my app and trying to get it back on iTunes. Spent two days getting Android to compile and run through Flash Builder 4.7 - FINALLY uploaded to Play!!

Been a day at getting the iOS going. I am currently compiling ad-hoc but it also does it on the full release.

Error occurred while packaging the application:

Warning: Using default implementation for native extension 'androidx.core' Warning: Using default implementation for native extension 'com.distriqt.playservices.Base' Warning: Using default implementation for native extension 'com.distriqt.playservices.Maps'

Obviously, those are specific to Android, but I'm not finding too much useful information on what could be happening.

Current versions - although I've most recent Java but had certificate issues.

Flash Builder 4.7 Running Java jre1.8.0_112 Flex version is 4.16 AIR version is 33.1

Everything I'm seeing on various sites points to issues with Java or AIR versions. I thought before I started trying all sorts of combinations, I'd check to see if you all have any insights. You've always been amazing in the past when I've gotten to the point of pulling out my hair! 😄

marchbold commented 3 years ago

Hi,

The warnings you have listed are expected and completely safe to ignore. They are just due to the fact that the extensions only have an Android implementation and fallback to the default implementation on iOS.

If you can find it there will be an actual error listed after warnings, which will indicate what actually is failing. It can be difficult to see it in flash builder but I think you can scroll the text window from memory.

jlwatt commented 3 years ago

Thank you for getting back with me!

Here is the window I see. I've told it to ignore warnings. [image: image.png]

On Wed, Jan 13, 2021 at 8:13 PM Michael notifications@github.com wrote:

Hi,

The warnings you have listed are expected and completely safe to ignore. They are just due to the fact that the extensions only have an Android implementation and fallback to the default implementation on iOS.

If you can find it there will be an actual error listed after warnings, which will indicate what actually is failing. It can be difficult to see it in flash builder but I think you can scroll the text window from memory.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/distriqt/ANE-GooglePlayServices/issues/19#issuecomment-759859505, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVAGVUS3XFFEUMTF2DDYEDSZZAM3ANCNFSM4WBTJHRA .

--

Jenny L Watt JLWatt@Gmail.com 832-754-6920 (cell) 770-464-2040 (home)

marchbold commented 3 years ago

Hi, Images need to be uploaded through the github website.

jlwatt commented 3 years ago

image (14) That's the message. Thanks!

jlwatt commented 3 years ago

image I thought this was odd.

marchbold commented 3 years ago

Please untick hide ane symbols! That setting is terrible!

jlwatt commented 3 years ago

Well, gee whiz! I've had it both ways today, but just turned it off and it built! Now, granted, I've done some others things since my original post.

Thank you!!

Jenny L Watt jlwatt@gmail.com 832-754-6920

On Wed, Jan 13, 2021, 10:48 PM Michael notifications@github.com wrote:

Please untick hide ane symbols! That setting is terrible!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/distriqt/ANE-GooglePlayServices/issues/19#issuecomment-759907096, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVAGVRTUFWGW3LLZUHRUY3SZZSQXANCNFSM4WBTJHRA .

marchbold commented 3 years ago

Excellent, I wish Adobe had never added that setting, breaks more ANEs than it helps.