fieldsye / in-app-purchase-air-ios

Automatically exported from code.google.com/p/in-app-purchase-air-ios
0 stars 0 forks source link

debug in "standard" build #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
with flash builder 4.6, i get the following error

Error occurred while packaging the application:

Exception in thread "main" java.lang.Error: Unable to find named traits: 
com.adobe.nativeExtensions::AppPurchaseEvent
    at adobe.abc.Domain.resolveTypeName(Domain.java:231)
    at adobe.abc.Domain.resolveTypeName(Domain.java:148)
    at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272)
    at adobe.abc.GlobalOptimizer$InputAbc.resolveSlotType(GlobalOptimizer.java:946)
    at adobe.abc.GlobalOptimizer$InputAbc.resolveType(GlobalOptimizer.java:535)

Original issue reported on code.google.com by K2xL....@gmail.com on 25 Feb 2012 at 4:16

GoogleCodeExporter commented 9 years ago
fixed (forgot to actually include the ane :-))

Original comment by K2xL....@gmail.com on 25 Feb 2012 at 4:18

GoogleCodeExporter commented 9 years ago
show me how u fix this bug

Original comment by thachduo...@gmail.com on 25 Apr 2012 at 3:09

GoogleCodeExporter commented 9 years ago
you have to add the -extdir to the adt command and add the extension id to your 
app.xml as described in the binarie doc in the wiki.

Original comment by rewb0rnt...@googlemail.com on 12 May 2012 at 9:00