distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Cannot get ANEs working on android #298

Closed shamruk closed 9 years ago

shamruk commented 9 years ago

What should I do to get ANEs working on android?

I was trying to use config based on this one https://gist.github.com/distriqt-developer/9676435 . But cannot build with Theme.Translucent.NoTitleBar.FullScreen so removed them. Part of my config http://pastie.org/9742743

My iOS version works perfectly (all the extensions). On android I was trying to use FacebookAPI and Message ANEs, but no success.

Probably logs can clear the situation. Witch logs could be effective?

koriner commented 9 years ago

You need those activity declarations - it won't work if you remove them. What error were you getting?

shamruk commented 9 years ago

Compilation error about the theme: https://yadi.sk/i/JlL2MfB4cwAt6

As far as I understand messaging ANE doesn't need a thing to send emails, but it is not working either

koriner commented 9 years ago

What type of device and which version of Android are you testing this on?

shamruk commented 9 years ago

1) The theme problem is a compilation error using Apache Flex 4.13 + Adobe AIR 15b and Intellij IDEA 14. 2) I am testing messages on some powerful noname Chinese tablet (novo9-Spark) with Android 4.1.1 on board.

shamruk commented 9 years ago

I will split this issue into two because they seam not to be connected