hadisn
hadisn
@ajwfrost here is what I did: Open my app in adobe animate cc -> choose -> AIR 50.2.3.6 -> Publish Open AndroidStudioProject in Adndroid Studio -> Generate App Bundle (release...
> armv7,armv8,x86,x64 This works only for AIR 50.2.3.7...not for newer versions of AIR.
I don't believe that Adobe will update Animate soon, but I trust that You will find solution for this sooner :). It's ok for me to keep current AIR version...
> Hi, I have the same problem and I can't figure it out! I create the Bundle with Animate, but nothing. Any work around? > > I tried 50.2.3.8 and...
Looks like issue still persist in version 50.2.4.4, or I missed something? Thanks
App crash > FATAL EXCEPTION: main > > ``` > java.lang.UnsatisfiedLinkError: No implementation found for void com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated() (tried Java_com_adobe_air_AIRWindowSurfaceView_nativeSurfaceCreated and Java_com_adobe_air_AIRWindowSurfaceView_nativeSurfaceCreated__) > at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method) > at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:756) > at...
In adt.cfg I have path to java, I dont have buildArchitecture flags in app descriptor, should I have? I am using adobe animate tu build android studio project, and from...
Yes you are right, all 3 thing you mentioned are correct. So point is to set CreateAndroidAppBundle=true in adt.cfg? :) Now it launches app but crash because of distriqt adverts...
I noticed that manifest file (updated via apm) now contain this few new lines: ` ` but animate gives an error when try to build with these options: `-app.xml: error...
@ajwfrost thank you for answer. I think that some code to check app id would help for now, I tried this before but couldn't find right solution and gave up....