Having Prob With Heyzap Help!!

Discussion in 'Advertising' started by aoune_l, Jul 11, 2017.

  1. aoune_l

    aoune_l Boxer

    Joined:
    Oct 29, 2015
    Messages:
    48
    Likes Received:
    5
    Dear guys
    Compling under Android studio , i get this errors , heyzap sdk already generated by buildbox?

    is it something with dependencies in gradle file ?

    Error:(8, 26) error: package com.heyzap.sdk.ads does not exist
    Error:(9, 26) error: package com.heyzap.sdk.ads does not exist
    Error:(10, 26) error: package com.heyzap.sdk.ads does not exist
    Error:(11, 26) error: package com.heyzap.sdk.ads does not exist
    Error:(12, 36) error: package com.heyzap.sdk.ads.HeyzapAds does not exist
    Error:(13, 36) error: package com.heyzap.sdk.ads.HeyzapAds does not exist
    Error:(14, 36) error: package com.heyzap.sdk.ads.HeyzapAds does not exist
    Error:(15, 36) error: package com.heyzap.sdk.ads.HeyzapAds does not exist
    Error:(32, 18) error: cannot find symbol class BannerAdView
    Error:(52, 50) error: cannot find symbol class BannerAdView
    Error:(68, 66) error: cannot find symbol class BannerListener
    Error:(100, 42) error: cannot find symbol class OnStatusListener
    Error:(100, 3) error: cannot find symbol variable InterstitialAd
    Error:(163, 51) error: cannot find symbol class OnIncentiveResultListener
    Error:(163, 3) error: cannot find symbol variable IncentivizedAd
    Error:(182, 11) error: cannot find symbol variable IncentivizedAd
    Error:(194, 18) error: cannot find symbol variable IncentivizedAd
    Error:(195, 15) error: cannot find symbol variable IncentivizedAd
    Error:(207, 14) error: cannot find symbol variable HeyzapAds
    Error:(213, 50) error: cannot find symbol variable HeyzapAds
    Error:(227, 14) error: cannot find symbol variable InterstitialAd
    Error:(230, 11) error: cannot find symbol variable InterstitialAd
    Error:(268, 10) error: cannot find symbol variable IncentivizedAd
    Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
    > Compilation failed; see the compiler error output for details.
     
    Last edited: Jul 11, 2017
  2. aoune_l

    aoune_l Boxer

    Joined:
    Oct 29, 2015
    Messages:
    48
    Likes Received:
    5
    well i found the fix my self here is solution for people who encounter this issue
    in you build.gradle add this line in dependencies
    compile files('libs/PTAdHeyzap.jar')

    and remove this line

    compile files('libs/support-v4-19.0.1.jar')

    if you are using Android Studio to compile !
     
  3. jt16

    jt16 Boxer

    Joined:
    Jul 14, 2016
    Messages:
    7
    Likes Received:
    0
    I went through the same thing. Now I am just getting a white box in my emulator...
    [​IMG]
     

    Attached Files:

  4. jt16

    jt16 Boxer

    Joined:
    Jul 14, 2016
    Messages:
    7
    Likes Received:
    0
    Must be a problem with my emulator... just checked and everything is working fine when testing on the actual device!
     
  5. volcank

    volcank Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    794
    Likes Received:
    391

Share This Page