User Tag List

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 33

Thread: QR codes - Android AND iOS.

  1. #21
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Patrice's Avatar
    Join Date
    Sep 2010
    Posts
    609
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Starting a Gradle Daemon (subsequent builds will be faster)
    > Task :app:preBuild UP-TO-DATE
    > Task :app:preDebugBuild UP-TO-DATE
    > Task :app:compileDebugAidl NO-SOURCE
    > Task :app:compileDebugRenderscript NO-SOURCE
    > Task :app:generateDebugBuildConfig
    > Task :app:javaPreCompileDebug
    > Task :app:generateDebugResValues
    > Task :app:generateDebugResources
    > Task :app:checkDebugAarMetadata
    > Task :app:createDebugCompatibleScreenManifests
    > Task :app:extractDeepLinksDebug
    > Task :app:processDebugMainManifest
    > Task :app:mergeDebugResources
    > Task :app:processDebugManifest
    > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
    > Task :app:mergeDebugShaders
    > Task :app:compileDebugShaders NO-SOURCE
    > Task :app:generateDebugAssets UP-TO-DATE
    > Task :app:mergeDebugAssets
    > Task :app:compressDebugAssets
    > Task :app:processDebugJavaRes NO-SOURCE
    > Task :app:checkDebugDuplicateClasses
    > Task :app:mergeDebugJniLibFolders
    > Task :app:validateSigningDebug
    > Task :app:writeDebugAppMetadata
    > Task :app:writeDebugSigningConfigVersions
    > Task :app:processDebugManifestForPackage
    > Task :app:mergeDebugJavaResource
    > Task :app:mergeDebugNativeLibs

    > Task :app:stripDebugDebugSymbols
    Unable to strip the following libraries, packaging them as they are: libES1Renderer.so, libES2Renderer.so, libES3Renderer.so, libRuntimeNative.so, libgdx.so, libiconv.so, libzbarjni.so.

    > Task :app:desugarDebugFileDependencies
    > Task :app:processDebugResources
    > Task :app:mergeExtDexDebug

    > Task :app:compileDebugJavaWithJavac
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:244: error: cannot find symbol
    MMFRuntime.inst.pushForPermissions(permissionsApi2 3, PERMISSIONS_SCAN_REQUEST);
    ^
    symbol: method pushForPermissions(java.util.HashMap<java.lang.Str ing,java.lang.String>,int)
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:245: error: cannot find symbol
    if(MMFRuntime.inst.verifyOkPermissionsApi23(permis sionsApi23))
    ^
    symbol: method verifyOkPermissionsApi23(java.util.HashMap<java.la ng.String,java.lang.String>)
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:303: error: cannot find symbol
    MMFRuntime.inst.askForPermissionsApi23();
    ^
    symbol: method askForPermissionsApi23()
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:309: error: method does not override or implement a method from a supertype
    @Override
    ^
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:312: error: cannot find symbol
    enabled_perms = verifyResponseApi23(permissions, permissionsApi23);
    ^
    symbol: method verifyResponseApi23(java.lang.String[],java.util.HashMap<java.lang.String,java.lang.Stri ng>)
    location: class Extensions.CRunScan
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:349: error: cannot find symbol
    MMFRuntime.inst.askForPermissionsApi23();
    ^
    symbol: method askForPermissionsApi23()
    location: variable inst of type Runtime.MMFRuntime
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors

    > Task :app:compileDebugJavaWithJavac FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileDebugJavaWithJavac'.
    > Compilation failed; see the compiler error output for details.

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at https://help.gradle.org

    BUILD FAILED in 27s
    25 actionable tasks: 25 executed

  2. #22
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,686
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    What fusion version you have?, let me know to provide or to check my version here
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #23
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Patrice's Avatar
    Join Date
    Sep 2010
    Posts
    609
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Fusion 2.5+ Dev R293.10

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Dave78's Avatar
    Join Date
    Aug 2008
    Location
    Italy,Napoli
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation

    Same problem... Clickteam Fusion Dev version 294.14

    Quote Originally Posted by Patrice View Post
    Starting a Gradle Daemon (subsequent builds will be faster)
    > Task :app:preBuild UP-TO-DATE
    > Task :app:preDebugBuild UP-TO-DATE
    > Task :app:compileDebugAidl NO-SOURCE
    > Task :app:compileDebugRenderscript NO-SOURCE
    > Task :app:generateDebugBuildConfig
    > Task :app:javaPreCompileDebug
    > Task :app:generateDebugResValues
    > Task :app:generateDebugResources
    > Task :app:checkDebugAarMetadata
    > Task :app:createDebugCompatibleScreenManifests
    > Task :app:extractDeepLinksDebug
    > Task :app:processDebugMainManifest
    > Task :app:mergeDebugResources
    > Task :app:processDebugManifest
    > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
    > Task :app:mergeDebugShaders
    > Task :app:compileDebugShaders NO-SOURCE
    > Task :app:generateDebugAssets UP-TO-DATE
    > Task :app:mergeDebugAssets
    > Task :app:compressDebugAssets
    > Task :app:processDebugJavaRes NO-SOURCE
    > Task :app:checkDebugDuplicateClasses
    > Task :app:mergeDebugJniLibFolders
    > Task :app:validateSigningDebug
    > Task :app:writeDebugAppMetadata
    > Task :app:writeDebugSigningConfigVersions
    > Task :app:processDebugManifestForPackage
    > Task :app:mergeDebugJavaResource
    > Task :app:mergeDebugNativeLibs

    > Task :app:stripDebugDebugSymbols
    Unable to strip the following libraries, packaging them as they are: libES1Renderer.so, libES2Renderer.so, libES3Renderer.so, libRuntimeNative.so, libgdx.so, libiconv.so, libzbarjni.so.

    > Task :app:desugarDebugFileDependencies
    > Task :app:processDebugResources
    > Task :app:mergeExtDexDebug

    > Task :app:compileDebugJavaWithJavac
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:244: error: cannot find symbol
    MMFRuntime.inst.pushForPermissions(permissionsApi2 3, PERMISSIONS_SCAN_REQUEST);
    ^
    symbol: method pushForPermissions(java.util.HashMap<java.lang.Str ing,java.lang.String>,int)
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:245: error: cannot find symbol
    if(MMFRuntime.inst.verifyOkPermissionsApi23(permis sionsApi23))
    ^
    symbol: method verifyOkPermissionsApi23(java.util.HashMap<java.la ng.String,java.lang.String>)
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:303: error: cannot find symbol
    MMFRuntime.inst.askForPermissionsApi23();
    ^
    symbol: method askForPermissionsApi23()
    location: variable inst of type Runtime.MMFRuntime
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:309: error: method does not override or implement a method from a supertype
    @Override
    ^
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:312: error: cannot find symbol
    enabled_perms = verifyResponseApi23(permissions, permissionsApi23);
    ^
    symbol: method verifyResponseApi23(java.lang.String[],java.util.HashMap<java.lang.String,java.lang.Stri ng>)
    location: class Extensions.CRunScan
    C:\Users\Patrice\AppData\Local\Temp\AndC908.tmp\ap p\src\main\java\Extensions\CRunScan.java:349: error: cannot find symbol
    MMFRuntime.inst.askForPermissionsApi23();
    ^
    symbol: method askForPermissionsApi23()
    location: variable inst of type Runtime.MMFRuntime
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors

    > Task :app:compileDebugJavaWithJavac FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileDebugJavaWithJavac'.
    > Compilation failed; see the compiler error output for details.

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at https://help.gradle.org

    BUILD FAILED in 27s
    25 actionable tasks: 25 executed

  5. #25
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,686
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Quote Originally Posted by Dave78 View Post
    Same problem... Clickteam Fusion Dev version 294.14
    Please update this object from clickstore
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #26
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Dave78's Avatar
    Join Date
    Aug 2008
    Location
    Italy,Napoli
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excuse me Fernando but I can't find object in clickstore...
    Can you give me the link please?
    Thanks!
    Quote Originally Posted by Fernando View Post
    Please update this object from clickstore

  7. #27
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,686
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Quote Originally Posted by Dave78 View Post
    Excuse me Fernando but I can't find object in clickstore...
    Can you give me the link please?
    Thanks!
    i see, let me check and push the new version.

    ==============================


    please download from here:

    https://drive.google.com/file/d/10Sx...ew?usp=sharing
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  8. #28
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Dave78's Avatar
    Join Date
    Aug 2008
    Location
    Italy,Napoli
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thumbs up

    Thank you so much Fernando for your availability and professionalism!
    You have always helped me with every problem I have encountered!

    Quote Originally Posted by Fernando View Post
    i see, let me check and push the new version.

    ==============================


    please download from here:

    https://drive.google.com/file/d/10Sx...ew?usp=sharing

  9. #29
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    CapitaineCaverne's Avatar
    Join Date
    Feb 2011
    Location
    Bretigny sur Orge
    Posts
    579
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Bonjour énorme Merci pour cette mis a jour de l extension je pensais pas un jour qu elle serai mi a jour.
    mon appli qui utiliser l extension qui me servait a gérer les stocks de marchandises sans avoir besoin d utilser le scan d un douchette.
    Merci Merci

    Hello huge Thank you for this update of the extension I did not think one day that it would be updated.
    my app which uses the extension which I used to manage the stocks of goods without having to use the scan of a scanner.
    Thanks thanks

  10. #30
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,686
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Big Thanks goes to Just An App - @StingRay who offer this work for free and then I kept updated.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Does Android Exporter already have Axis key codes supported? Any example.
    By mohdhafizal in forum Android Export Module 2.5
    Replies: 6
    Last Post: 2nd January 2015, 06:14 PM
  2. About promo codes
    By JoKa in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 27th October 2012, 02:34 AM
  3. expression codes
    By jaaj302005 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th November 2011, 05:45 AM
  4. Promo Codes
    By BHGames in forum iOS Export Module Version 2.0
    Replies: 32
    Last Post: 17th March 2011, 04:03 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
  •