Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Distriqt native extension (ANE) 64 bits roadmap available

Advocate ,
Jun 26, 2019 Jun 26, 2019

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:

ANE Android 64 bit · GitHub

Shoutout to the Distriqt team for the ongoing support!

TOPICS
Development
3.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jun 26, 2019 Jun 26, 2019

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.

Translate
Engaged ,
Jun 26, 2019 Jun 26, 2019

Awesome, thanks for sharing!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 26, 2019 Jun 26, 2019

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.

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 28, 2019 Jun 28, 2019

We have released a few betas and will be posting more next week. Please let us know any feedback you may have.

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 04, 2020 Mar 04, 2020

hi

I need it please

thanks

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2019 Jul 01, 2019

he can you beta admob ads  ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 01, 2019 Jul 01, 2019

Hi, We are making beta's of all the ANEs available as soon as we have done our initial testing

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 08, 2019 Aug 08, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 08, 2019 Aug 08, 2019

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.    

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 08, 2019 Aug 08, 2019

two months ago there were two “playservices" ANEs:

- com.distriqt.playservices.Ads.ane

- 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 08, 2019 Aug 08, 2019

That is the name of the repository containing all the ANEs. You should still find the same ANEs contained in the zip / repository.

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 10, 2019 Aug 10, 2019

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,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 11, 2019 Aug 11, 2019

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 .

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 03, 2019 Jul 03, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 03, 2019 Jul 03, 2019

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.

air native extensions // https://airnativeextensions.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 04, 2019 Jul 04, 2019

Thank you Micheal

Will ask if needed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 30, 2020 Mar 30, 2020

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Apr 01, 2020 Apr 01, 2020
LATEST

If you create a new post and outline your problems we can try to help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines