cancel
Showing results for 
Search instead for 
Did you mean: 

Error building application with MDK_SDK_CLIENT

juanforero5
Participant
0 Kudos

Hello everyone, I have an error that I have not been able to solve several hours ago with the construction of my application using the MDK_SDK_6_2_2_001_Notarized, It is worth mentioning that I already have the files configured and the dependencies installed but when doing the create-client.cmd command I get the next mistake.

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

That error "could not find method compile() for arguments" implies you have some external plugins. You should check if they have an include.gradle file and you will need to change the compile to implementation.

juanforero5
Participant
0 Kudos

Excellent, thank you very much BILL, that was exactly the error, simply change the "compile" in the app.gradle file to "implementation" and that's it