Copy link to clipboard
Copied
Hi all,
Distriqt has shared a roadmap / status page for the progress of updating all their native extensions (ANEs) to 64 bits and I thought it might be interesting for some people here on the board that need to know when specific extensions are ready:
Shoutout to the Distriqt team for the ongoing support!
If anyone wants to help test beta versions of the builds, please post in the issues linked from that page and we'll make them available as soon as possible.
Copy link to clipboard
Copied
Awesome, thanks for sharing!
Copy link to clipboard
Copied
If anyone wants to help test beta versions of the builds, please post in the issues linked from that page and we'll make them available as soon as possible.
Copy link to clipboard
Copied
We have released a few betas and will be posting more next week. Please let us know any feedback you may have.
Copy link to clipboard
Copied
hi
I need it please
thanks
Copy link to clipboard
Copied
he can you beta admob ads ?
Copy link to clipboard
Copied
Hi, We are making beta's of all the ANEs available as soon as we have done our initial testing
Copy link to clipboard
Copied
Hi Michael,
I have a question:
If I want to use the new com.distriqt.Adverts.v6.0.001 ANE do I have to update the other ANEs to make things work?
- ANE-Core-master
- com.distriqt.playservices.Ads.ane
- com.distriqt.playservices.Base.ane
Copy link to clipboard
Copied
Yes, You'll need to get the 64bit versions of all the ANEs in order to package a 64bit version of your application.
We will be pushing all the beta versions live over the next week so they will be in the main repositories soon.
Copy link to clipboard
Copied
two months ago there were two “playservices" ANEs:
- com.distriqt.playservices.Base.ane
And now I just can see one:
- ANE-GooglePlayServices-master
Does this one replace the former two ones? And if so, can you give me the link for instructions on implementation?
Copy link to clipboard
Copied
That is the name of the repository containing all the ANEs. You should still find the same ANEs contained in the zip / repository.
Copy link to clipboard
Copied
Hi Michael,
I am updating an Android apk using the new AIR 33 by HARMAN with your updated Admob Adverts ANE (for the android 64-bit requirement), following your instructions on:
https://distriqt.github.io/ANE-Adverts/i.Add%20the%20Extension
I have tried with a 1024 and a 2048 certificate but in both cases I get this message:
“Warning: Using default implementation for native extension ‘com.distriqt.playservices.Ads‘
“Warning: Using default implementation for native extension ‘com.distriqt.playservices.Base‘
Am I missing something? Can you confirm the links for each one of the updated ANEs required to use your new Admob Adverts ANE?
Best,
Copy link to clipboard
Copied
At a guess you aren't using the 64bit versions of the Google Play Services ANEs? Make sure you grab the updates to all the dependency ANEs as well .
Copy link to clipboard
Copied
Waiting that all my ane are ready (8 from distriqt) to check it out.
Just a question to Michael, is it trivial to rebuild the ane with air 33 or do you face some issues?
I'm asking because I will have to rebuild some ane on my side.
Thx
Copy link to clipboard
Copied
Most are relatively easy, as long as it's only Java code. If you have any native code (c/c++) it can be more difficult especially if you haven't converted 32bit code to 64bit before.
Basic process is:
- Add a new platform to extension.xml
- Ensure the appropriate libs are getting assembled (with pure java ANEs you can use the same jar as the 32bit version)
- Add a new target to the package process
Most of the work is just testing AIR 33 rather than the ANEs at the moment.
Happy to help or give any pointers if you have any questions.
Copy link to clipboard
Copied
Thank you Micheal
Will ask if needed.
Copy link to clipboard
Copied
Michael, is there a way I can get in touch with you through email? I just inherited a project and I have been trying to rebuild android for 64bit and it is been super difficult for me. Please let me know, I could really use some help.
Copy link to clipboard
Copied
If you create a new post and outline your problems we can try to help.