In app purchase 2 BUILD FAILED on task app:compileDebugAidl'

After adding the plugin, I can’t build the app anymore.
If I remove it, it build without any trouble.
For what I found, it might be my Jdk/sdk/java variables, I’m a bit stuck, if anyone can help me, that would be great !

system info

Ionic:
Ionic CLI : 5.2.0
Ionic Framework : ionic-angular 3.9.5
@ionic/app-scripts : 3.2.2

Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0
Cordova Plugins : cordova-plugin-ionic-webview 1.2.1, (and 20 other plugins)

Utility:
cordova-res : 0.5.1
native-run : not installed

System:
NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 7

Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: not installed
android: Command failed with exit code ENOENT Error output:
‘android’ n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Gradle: installed E:\Gradle\gradle-5.4.1\bin\gradle
Some of requirements check failed

"@ionic-native/in-app-purchase-2": "^4.20.0",
"cc.fovea.cordova.purchase": "^8.1.1",

Observed behavior

Task :app:preBuild UP-TO-DATE
Task :CordovaLib:preBuild UP-TO-DATE
Task :CordovaLib:preDebugBuild UP-TO-DATE
Task :CordovaLib:checkDebugManifest UP-TO-DATE
Task :CordovaLib:processDebugManifest UP-TO-DATE
Task :app:preDebugBuild UP-TO-DATE
Task :CordovaLib:compileDebugAidl NO-SOURCE
Task :app:compileDebugAidl FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:compileDebugAidl’.

java.io.IOException: com.android.ide.common.process.ProcessException: Error wh
ile executing process C:\Users\AppData\Local\Android\sdk\build-to
ols\29.0.0\aidl.exe with arguments {-pC:\Users\AppData\Local\Andr
oid\sdk\platforms\android-28\framework.aidl -oE:\Appname\platforms\android\app
build\generated\aidl_source_output_dir\debug\compileDebugAidl\out -IE:\Appname
platforms\android\app\src\debug\aidl -IE:\Appname\platforms\android\app\src\mai
n\aidl -IE:\Appname\platforms\android\CordovaLib\build\intermediates\aidl_parce
lable\debug\compileDebugAidl\out -IC:\Users.gradle\caches\transf
orms-1\files-1.1\support-media-compat-27.0.2.aar\a39188\aidl -IC:\Users
.gradle\caches\transforms-1\files-1.1\support-compat-27.0.2.aar\ace5d\aidl -dC:\Users\AppDa
ta\Local\Temp\aidl2934.d E:\Appname\platforms\android\app\src\ma
in\aidl\com\android\vending\billing\IInAppBillingService.aidl}

BUILD FAILED in 2s
4 actionable tasks: 1 executed, 3 up-to-date
E:\Appname\platforms\android\gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

Even when I create a new project with:

ionic start test blank
cordova plugin add cc.fovea.cordova.purchase
npm install @ionic-native/in-app-purchase-2

I still got the issue

I uninstall sdk 29.0.0 from android-studio, and it build again (https://github.com/j3k0/cordova-plugin-purchase/issues/884)