User Tag List

Results 1 to 7 of 7

Thread: API 27, target 8.1 and problem with Maps and LeadBolt

  1. #1
    Clicker 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)

    Join Date
    Apr 2017
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    API 27, target 8.1 and problem with Maps and LeadBolt

    Hi,

    I resolved some problems with update to correct API level. I installed JDK 8 - 172 and all is right in basic project. However I can not compile project with Google Maps and LeadBolt.

    With Google Maps:

    -compile:
    [javac] Compiling 409 source files to C:\Users\User\AppData\Local\Temp\AndBD75.tmp\bin\c lasses
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:270: error: cannot find symbol
    [javac] mMap = mMapView.getMap();
    [javac] ^
    [javac] symbol: method getMap()
    [javac] location: variable mMapView of type MapView
    [javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:386: error: cannot find symbol
    [javac] mMap = mMapFrag.getMap();
    [javac] ^
    [javac] symbol: method getMap()
    [javac] location: variable mMapFrag of type MapFragment
    [javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:705: error: cannot find symbol
    [javac] mMap = mMapFrag.getMap();
    [javac] ^
    [javac] symbol: method getMap()
    [javac] location: variable mMapFrag of type MapFragment
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
    [javac] 3 warnings

    BUILD FAILED
    C:\Users\User\AppData\Local\Android\sdk\tools\ant\ build.xml:716: The following error occurred while executing this line:
    C:\Users\User\AppData\Local\Android\sdk\tools\ant\ build.xml:730: Compile failed; see the compiler error output for details.





    and with Lead Bolt:

    -compile:
    [javac] Compiling 501 source files to C:\Users\User\AppData\Local\Temp\And5A05.tmp\bin\c lasses
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:115: error: <anonymous Extensions.CRunLeadBolt$1> is not abstract and does not override abstract method onModuleClosed(String,boolean) in AppModuleListener
    [javac] private AppModuleListener leadboltListener = new AppModuleListener() {
    [javac] ^
    [javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:146: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:189: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
    [javac] 3 warnings

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    please add a bug report for this issue to test here
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker

    Fusion 2.5 Developer
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)

    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone
    I'm getting the same error...
    How can I save a bug report to add here?

  4. #4
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    are you using 291.6? if so, please update the extension using extension manager
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  5. #5
    Clicker

    Fusion 2.5 Developer
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)

    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated and it worked!
    Thank you

  6. #6
    Clicker 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)

    Join Date
    Apr 2017
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I left this project last time, but decided to come back and try to rebuild it again.
    I tried update extension previously, and today I updated all extensions but it doesn't help for me

    What is the 'bug report' ?

  7. #7
    Clicker 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)

    Join Date
    Apr 2017
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Solved, You're right
    Today I tried again and all works fine
    I don't know why, I do nothing by this week
    It's not a reboot case, because I restarted PC previously

Similar Threads

  1. street maps / tile maps, for all platforms?
    By Gibbon in forum Fusion 2.5
    Replies: 0
    Last Post: 15th May 2017, 11:14 AM
  2. Android Google Maps Manifest Problem
    By AlanRuno in forum Android Export Module 2.5
    Replies: 3
    Last Post: 22nd July 2016, 07:54 PM
  3. Google Maps extension. como posso usa a extensão Google Maps?
    By marcorios7 in forum Android Export Module 2.5
    Replies: 7
    Last Post: 7th November 2015, 08:01 AM
  4. Problem Launching Object at Target
    By kidengineer in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 30th January 2014, 02:49 PM
  5. File Object - Create Maps in maps?
    By DJ_Wild in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th August 2011, 10:17 AM

Posting Permissions

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