User Tag List

Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 119

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

  1. #31
    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)
    Why not? Did you upgrade and then tried to export?
    what is the error?

  2. #32
    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? "


    I can't export to Android if i'm using Admob object from version 286.3 to 287.2, only when use the admob object can't compile, for same reason there are any problem with the new Admob SDK 6.4.2
    Whitout using Admob object can compile with any version, and only can compile with admob object up to ver. 285.7. But this version have Admob SDK 6.4.1.

  3. #33
    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 287.2 and API 23, and works fine.
    Did you make sure that you updated the SDK Tools ? 24.x.x ?

    otherwise post the last 2-5 lines from the log

  4. #34
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    oh I think I was not clear or I think this was explained in another post

    you can use perfectly 287.2 and build with java sdk 7, but you have to use build with api lower than 23, android tools less that 24 and of course stick to old version of platforms tools also 23 of below, this is available if you download an android sdk lower that 24

    check this page

    https://developer.android.com/studio...sdk-tools.html
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  5. #35
    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 SDK updated & tools.
    I can compile with all APIs, but with out Admob object with SDK 6.4.2, for to compile with Admob I need use Development R285.7 (this version have the Admob SDK 6.4.1)

    Quote Originally Posted by kiko View Post
    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.

  6. #36
    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 tested but I get the same error.

    Quote Originally Posted by Fernando View Post
    oh I think I was not clear or I think this was explained in another post

    you can use perfectly 287.2 and build with java sdk 7, but you have to use build with api lower than 23, android tools less that 24 and of course stick to old version of platforms tools also 23 of below, this is available if you download an android sdk lower that 24

    check this page

    https://developer.android.com/studio...sdk-tools.html

  7. #37
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    -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
    with this platform you need java sdk 8

    if you finally manage to install java sdk 8, the error show me that something is not correctly installed, can you check if you have a zip file with the name of GooglePlayServices in data/runtime/android?
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  8. #38
    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 this file http://www.tusappsonline.com/GooglePlayServices.zip
    I have tested with Java 8, but get the same error.
    Now I'm using Java 7 with API 23 with Fusion version 285.7
    I think that I have teste with API 22 with tools 22 but I try to export with version 287.2 another time

  9. #39
    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)
    This is my latest test.
    I have intalled the last release 286.6
    I have installed Java 7
    I have exported to android with API 22

    android-sdk.jpgandroid-sdk01.jpg

    And the error the same:
    Buildfile: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.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: 22.0.1
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 5.1.1
    [gettarget] API level: 22
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ bin
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ bin\res
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ bin\rsObj
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ bin\rsLibs
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ gen
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.tmp\ bin\classes
    [mkdir] Created dir: C:\DOCUME~1\ADMINI~1.WIN\CONFIG~1\Temp\And3E4.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\And3E4.tmp

    Total time: 4 seconds

  10. #40
    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)
    For the OLD version ( < 286.6 ) you need to have API 10/14 installed. for the latest versions (286.6 and up ) it only works with Java 8.

    Make sure it's 32 bits version as well.

Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... 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
  •