dependencies {
// The gradle plugin and the maven plugin have to be updated after each version of Android
// studio comes out
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
Tuesday, November 26, 2019
How to fix Plugin with id 'com.github.dcendents.android-maven' not found. in android studio
This is all depend your gradle version. please check https://github.com/dcendents/android-maven-gradle-plugin i found my solution in there.
Subscribe to:
Post Comments (Atom)
Java + HSM: Secure Key Management in Practice
Java + HSM: Secure Key Management in Practice When dealing with sensitive data, cryptographic keys should never leave secure hardware . T...
-
Docx4j unexpected element (uri:“http://schemas.openxmlformats.org/wordprocessingml/2006/main”, local:“p”) I am trying add html table in to...
-
Java is technically considered pass-by-value . Here's why it can be confusing: In Java, primitive data types (like int or double ) are ...
-
Hi, The wsimport tool is used to parse an existing Web Services Description Language (WSDL) file and generate required files -java class or...
No comments:
Post a Comment