User Tag List

Page 3 of 12 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 119

Thread: Build error google-play-services_lib resolve to a path

  1. #21
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)

  2. #22
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  4. #24
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    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.
    Images attachées Images attachées

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #26
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    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 ...

  7. #27
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes of course

  8. #28
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  9. #29
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    the admob changes are from 286.6 version and use newer sdk version
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  10. #30
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't export to android with this version!

Page 3 of 12 FirstFirst 1 2 3 4 5 ... LastLast

Similar Threads

  1. Build Error: Found 2 versions of google-play-services.jar
    By Power2r in forum Android Export Module 2.5
    Replies: 3
    Last Post: 15th February 2016, 06:15 PM
  2. Google Play Game Objects error message
    By Marcone in forum Extension Development
    Replies: 0
    Last Post: 11th January 2016, 02:11 PM
  3. ANR error at Google Play
    By Alejandro in forum Android Export Module 2.5
    Replies: 5
    Last Post: 13th January 2015, 07:52 PM
  4. [solved]Build Error "Unable to resolve project target 'android-18'"
    By Jonas in forum Android Export Module 2.5
    Replies: 0
    Last Post: 30th November 2014, 10:32 PM
  5. Error message on Google Play
    By Keli in forum Android Export Module 2.5
    Replies: 1
    Last Post: 20th November 2014, 06:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •