i have only admob extension. i tried with 3rd game, its giving same issue.
Hi,
It seems that the old android-support-v4.jar is not deleted when updating Stencyl On windows.
Delete this one:
C:/path/to/Stencul-full/plaf/haxe/extensions/google/dependencies/google/libs/android-support-v4.jar
And if this folder excist delete it also:
C:/path/to/Stencyl-full/plaf/haxe/extensions/google/dependencies/google/libs/google-play-services_lib
There are the old google play service library that are not deleted after updating Stencyl on Windows, so you have the new libraries and the old libraries installed thats why you get compile error
"Found 2 versions of android-support-v4.jar"If you not comfortable to do this, i suggest to uninstall Stencyl completely and install it again, so the old library will not be installed.
*EDIT don't forget to run clean project after you did above thinks.