Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.android.support.support-v4 air sdk (Flash Develop) #31

Closed
Ergalon opened this issue Mar 31, 2018 · 9 comments
Closed

com.android.support.support-v4 air sdk (Flash Develop) #31

Ergalon opened this issue Mar 31, 2018 · 9 comments

Comments

@Ergalon
Copy link

Ergalon commented Mar 31, 2018

FD gives out "verify air sdk target version in application.xml" when I add a dependency com.android.support.support-v4
Tell me how to solve the problem? I tried to add com.distriqt.androidsupport.V4 instead com.android.support.support-v4. The program compiled, but in the process issued
[GoogleMapsANE] ANE not loaded properly. Future calls will fail.
AIR 28

@tuarua
Copy link
Owner

tuarua commented Mar 31, 2018

I don't use Flash Develop I'm afraid.
Are you testing with the provided sample project?
What version of AIR are you using?

@tuarua tuarua changed the title com.android.support.support-v4 air sdk com.android.support.support-v4 air sdk (Flash Develop) Mar 31, 2018
@Ergalon
Copy link
Author

Ergalon commented Mar 31, 2018

I use the last air28. "Are you testing with the provided sample project?" Yes

@tuarua
Copy link
Owner

tuarua commented Mar 31, 2018

I will install Flash Develop in the next few days and have a look.

@Ergalon
Copy link
Author

Ergalon commented Mar 31, 2018

Tried to compile in the FlashBuilder. Writes
typecheck StarlingRoot/start()
VerifyError: Error #1014: Class com.tuarua.fre::ANEError could not be found.

https://a.radikal.ru/a05/1803/79/edc01e7909d9.png
https://d.radikal.ru/d22/1803/2a/1906ff690b19.png

@Ergalon
Copy link
Author

Ergalon commented Mar 31, 2018

With the FlashDevelop it figured out, the AIRSDK 29 eliminated the version problem. But I'm still getting [GoogleMapsANE] ANE not loaded properly. Future calls will fail. In the example, com.tuarua.GoogleMapsANE </ extensionID> is used. Is there a problem with this? No ane com.tuarua.GoogleMapsANE

@tuarua
Copy link
Owner

tuarua commented Mar 31, 2018

re: Flash Builder
You are missing GoogleMaps.ane

image

You shouldn't include the GoogleMapsANE.swc
image

re: Flash Develop
That will happen if you haven't included all the ANE dependencies

@tuarua
Copy link
Owner

tuarua commented Mar 31, 2018

Make sure your manifest is set as per the readme or sample project

https://github.com/tuarua/Google-Maps-ANE#android

@Ergalon
Copy link
Author

Ergalon commented Mar 31, 2018

Thank you so much! It seems everything works)

@tuarua
Copy link
Owner

tuarua commented Mar 31, 2018

Cool ! I'm going to close this issue now.

@tuarua tuarua closed this as completed Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants