Search Unity

Getting "Moving file failed" error on integrating with admob!

Discussion in 'Android' started by slowDrag0n, Nov 30, 2017.

  1. slowDrag0n

    slowDrag0n

    Joined:
    Oct 10, 2017
    Posts:
    41
    When im building in order to test on my device after integrating admob, i get this odd error saying it couldnt find soem path while moving. pleaes help me resolve this issue.thx
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    That .aar file probably doesn't have any classes.jar inside it. The build process assumes that .aar libraries always contain compiled code inside them (classes.jar) so it attempts to move that file as part of the build process.