Skip to main content
fengd9946600
Inspiring
August 31, 2017
Answered

appt tool failed while packaging android app

  • August 31, 2017
  • 2 replies
  • 458 views

Hi,

I  build my android app with Flash Builder 4.7/Adobe Air SDK 26/Flex SDK 4.16 on MAC OS Sierra, the following error has occurred, Could anyone have idea how to fix it?

I've put those files in my app's assets folder but doesn't help.

Regards,

David

This topic has been closed for replies.
Correct answer fengd9946600

The problem is because that the missing resources was only included when I build the android classes.jar with Android Studio for the ANE while I should also add those files in the platform.xml file in the <packageResources> tag when package the ane file.

Share the root cause here wish it can provide any help for whom is digging the problem.

2 replies

fengd9946600
fengd9946600AuthorCorrect answer
Inspiring
September 1, 2017

The problem is because that the missing resources was only included when I build the android classes.jar with Android Studio for the ANE while I should also add those files in the platform.xml file in the <packageResources> tag when package the ane file.

Share the root cause here wish it can provide any help for whom is digging the problem.

fengd9946600
Inspiring
September 1, 2017

By the way, the build include an push notification ANE which was built with Android SDK 25.