Odd.
maybe this will help: http://stackoverflow.com/questions/2...pi32-dll-error















Odd.
maybe this will help: http://stackoverflow.com/questions/2...pi32-dll-error
I have installed JAVA 8 manually, but the error persist:
Buildfile: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ build.xml
-set-mode-check:
-set-release-mode:
-release-obfuscation-check:
[echo] proguard.config is ${proguard.config}
-pre-build:
-check-env:
[checkenv] Android SDK Tools Revision 25.2.2
[checkenv] Installed at C:\Archivos de programa\Android\android-sdk
-setup:
[echo] Project Name: RuntimeAndroid
[gettype] Project Type: Application
-build-setup:
[getbuildtools] Using latest Build Tools: 24.0.2
[echo] Resolving Build Target for RuntimeAndroid...
[gettarget] Project Target: Android 7.0
[gettarget] API level: 24
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin\res
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin\rsObj
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin\rsLibs
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ gen
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin\classes
[mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp\ bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for RuntimeAndroid...
BUILD FAILED
C:\Archivos de programa\Android\android-sdk\tools\ant\build.xml:573: google-play-services_lib resolve to a path with no project.properties file for project C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And14D.tmp
Total time: 1 second
Apparently the ant project isn't finding the google-play-services_lib folder but google play services lib is intalled correctly.
After a knightmare of testings, can compile with admob ads extension with the Dev. Version Build 285.7 (or previous versions) but with API 10 installed (can compile with Build API 23).
From Build 286.3 to 287.2 can't compile and get the google-play-services_lib error when use Admob.
With Build API 24, impossible to compile (even installing JAVA 8 manually) get several java version errors.
Is possible that the new google-play-services version needs the API 24 for to compile?















I am using API 23 and compiles fine.
The older version was using API 10/14 and you don't need those anymore, since it's now using the google play services.
and you did update them all in the SDK Manager? including the Google Play at the bottom of the list? (think be default it's unchecked)
Not sure if API 24 is even supported yet.
Yes, all SDK Manager reinstalled, including Google Play Services of course.
I think that have this problem since the Android Runtime extension uses google play services.
I just need to try install everything on a Windows 10 and try compile to check this, but I need some time.
did you update the preferences inside fusion 2.5 editor and check that you are pointing to java 8?
Regards,
Fernando Vivolo
... new things are coming ...
Yes of course
Google annuncement:
"AdMob Publishers who have apps running on SDK version 6.4.1 and lower ....
What will happen starting on October 17, 2016:
• All support for non-Google Play Services supported SDKs and Google Mobile Ads SDK version listed here will be deprecated.
• This means that all traffic from these SDKs will be disabled
...."
I can compile for android with the build version Build R285.7 but NOT with higher versions.
¿Have the version R285.7 the Admob SDK 6.4.2?
the admob changes are from 286.6 version and use newer sdk version
Regards,
Fernando Vivolo
... new things are coming ...
I can't export to android with this version!