Android build with GAnalytics fail [auto-solved]

-compile:
[javac] Compiling 6 source files to C:\Users\Perso\Documents\shootemup\bin\android\bin\bin\classes
[javac] C:\Users\Perso\Documents\shootemup\bin\android\bin\src\org\haxe\lime\GameActivity.java:157: error: cannot find symbol
[javac] extensions.add (new org.haxe.extension.GAnalytics ());
[javac] ^
[javac] symbol: class GAnalytics
[javac] location: package org.haxe.extension
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error

BUILD FAILED

Hi, I spended hours looking for a solution to that, I finally solved it !
Nobody has a similar problem on google or in this forum, so I post it anyway for anyone in the future who will have a similar problem, here is the solution :

  1. delete lime folder in your haxetoolkit/haxe/lib folder
  2. delete ganalytics folder

cmd.exe > haxelib install lime
haxelib install ganalytics
lime rebuild ganalytics android

That’s it.