Android Question File type not supported: Macro(solved)

bjfhs

Active Member
Licensed User
I copy a B4A project from a newer B4A version,when compile, get error:
File type not supported: Macro
do I need a newer B4A?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

bjfhs

Active Member
Licensed User
Some time you need a newer B4A,but some time you needn't.
I open my project with notebook,and delete:
CreateResourceFromFile(Macro, Themes.DarkTheme)
The project work fine again.
I find CreateResourceFromFile is used after V8.0.
 
Upvote 0
Top