Crash Aviary on Android L (5.0)

It was just testing my application and it turned out that after I upgraded my Nexus 5 to Lollipop / 5.0, the SDK aviary that I use in it crashes a lot.

In a Google search, I found the SO question asked yesterday with the same problem, but this question was deleted by the user (I was able to view it through the Google cache).

He said:

When I run my project on Android L, it crashes every time with an error: 11-20 09: 27: 38.560: A / art (13974): art / runtime / check_jni.cc: 65] JNI ERROR DETECTED AT APPLICATION: JNI GetFieldID called with the pending exception "java.lang.NoSuchFieldError" thrown into int com.aviary.android.feather.headless.moa.Moa.n_init (android.content.Context, java.lang.String, int): - 2 y who has a solution? Thank you ps, this is fine with sdk <= 4.4

My problem is exactly the same: it worked before 5.0, and on my other phone (Galaxy S2 from 4.1.3) it works fine.

+7
java android android-5.0-lollipop aviary
source share
4 answers

The latest aviary sdk for both Android studio and Eclipse is available on the Aviary website.

Gradle SDK - version 3.6.3- Gradle

ANT SDK - version 3.6.3- ANT

I was able to verify the version of eclipse integrated and tested on the Lollipop emulator. There was no accident.

Please give feedback if it is tested on a real Android device with Lollipop cakes.

Link to Aviary android sdk aviary website.

0
source share

I get the exact same error. You seem to have three options.

Immerse yourself in the source code of the library and try to fix the error yourself

Wait for Aviary / Adobe to fix it.

Check the current file Build.VERSION.SDK_INT and prohibit the use of aviaries if it is more than 19.

+2
source share

I found that upgrading to the latest version of the Aviary SDK fixes issue 5.0, but also requires the developer to switch from ANT to Gradle = From Eclipse to Android Studio. It took me a lot of time for my projects to work and build correctly in AS, but now it works, including Aviary.

+1
source share

Switch to adobe creative sdk https://creativesdk.adobe.com/

now added aviary library

0
source share

All Articles