
org.jetbrains.android.exportSignedPackage.GenerateSignedApkAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A packaging of the IntelliJ Community Edition android library.
This is release number 1 of trunk branch 142.
The newest version!
package org.jetbrains.android.exportSignedPackage;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
/**
* @author Eugene.Kudelevsky
*/
public class GenerateSignedApkAction extends AnAction {
@Override
public void actionPerformed(AnActionEvent e) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy