草庐IT

install-configuration

全部标签

android - 升级Android Studio 2.1 Preview3 : Cannot configure the 'publishing' extension after it has been accessed

这个问题在这里已经有了答案:Error:Cannotconfigurethe'publishing'extensionafterithasbeenaccessed(4个答案)关闭6年前。将AndroidStudio升级到2.1预览版3后,我在构建Volley模块时遇到错误。然而,Volley模块在以前的AndroidStudio版本中构建成功。Gradlesyncfailed:Cannotconfigurethe'publishing'extensionafterithasbeenaccessed.ConsultIDElogformoredetails(Help|ShowLog)201

android - 无法启动快捷方式 : Application is not installed on your phone

我正在尝试为我的AndroidActivity之一创建桌面快捷方式。我使用的代码适用于我读过的每个tuto示例:finalIntentshortcutIntent=newIntent(Intent.ACTION_MAIN);ComponentNamename=newComponentName(getPackageName(),".MyActivity");shortcutIntent.setComponent(name);shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);shortcutIntent.addFlags(Inte

安卓工作室 : install Release App by command line

我想从命令行导出apk文件“releaseapk”当我运行此命令时:gradlewinstallRelease我发现了这个AndroidStudioTask'installRelease'notfoundinrootproject''.Somecandidatesare:'uninstallRelease'.我该如何解决? 最佳答案 我的经验是,直到您在构建的buildTypes.releaseblock中定义signingConfigs后,installRelease任务才可用文件,如SigninginReleaseMode的第3

Failed to install the following Android SDK packages as some licences have not been accepted. bu

报错信息Android开发者工具、Android开发者构建工具28.0.3、Android开发者平台28的协议都没有被接受。FailedtoinstallthefollowingAndroidSDKpackagesassomelicenceshavenotbeenaccepted.build-tools;28.0.3AndroidSDKBuild-Tools28.0.3toolsAndroidSDKToolsplatforms;android-28AndroidSDKPlatform28Tobuildthisproject,accepttheSDKlicenseagreementsandins

安卓 map : Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

我正在按照HelloMapView中的说明尝试使用Androidmap.我添加了在list中,我正在针对“GoogleAPI”目标进行构建,该目标声称是API版本7。所以我认为我没有做任何明显错误的事情,但该项目拒绝构建并出现此错误:[2010-12-2213:34:32-FMS]InstallingFMS.apk...[2010-12-2213:35:01-FMS]Installationerror:INSTALL_FAILED_MISSING_SHARED_LIBRARY[2010-12-2213:35:01-FMS]Pleasechecklogcatoutputformorede

解决docker报错unable to configure the Docker daemon with file /etc/docker/daemon.json: the following

目录背景解决方案详细信息:unabletoconfiguretheDockerdaemonwithfile/etc/docker/daemon.json:thefollowingdirectivesdon'tmatchanyconfigurationoption:graph启动时的命令行报错:Jobfordocker.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"systemctlstatusdocker.service"and"journalctl-xe"fordetails.背景迁移docker目录,增加了grap

android - 安装错误 : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

我在安装应用程序时遇到奇怪的问题。我已经创建了GoogleMapV2示例并且运行良好。在所有成功之后,我已经将JAVA-XML-Manifest文件集成到我的旧项目中。当我编译我的项目时没有错误但是当我尝试启动它时显示给我安装错误:INSTALL_PARSE_FAILED_MANIFEST_MALFORMED错误。我正在关注thislink以GoogleMapV2为例。Logcate很奇怪。我找不到问题。我已经尝试了很多与Installationerror:INSTALL_PARSE_FAILED_MANIFEST_MALFORMED错误相关的事情,并且也遵循了该规则,但是出了点问题。

linux 通过docker进行build编译nginx时现./configure报-bash: ./configure: No such file or directory

概述我们前端程序是通过nginx代理的,我们前后端都是通过docker来管理的问题今天要将前端包和nginx实例话的,在我的dockerFile文件里面有一个命令,就是将一个nginx.tar.gz包复制到/usr/local目录下然后解压,这个nginx.tar.gz里面包含了这个。/configure文件,结果在执行一个编译命令的时候报./configure:Nosuchfileordirectory排查思路首先查看这个tar.gz包还能不能正常解压#这个命令有的linux会报错吧z去掉再试试tar-zxvfxx.tar.gz#报错的话用下面这个命令去掉解压参数中的z,执行命令改为:tar

android - 当我构建多个 productFlavors 时使用 Facebook SDK INSTALL_FAILED_CONFLICTING_PROVIDER

我正在构建一个具有多个productFlavors的Android应用程序,并使用FacebookSDKv4.1登录和共享内容。问题是,当我尝试在已经安装了相同应用程序(但风格不同)的设备上安装应用程序时,它会引发错误。它不允许我安装第二个应用程序,除非我卸载现有的应用程序。根据这个document,android:authorities应该是唯一的,我应该有多个身份验证来完成我想做的事情。但是,我不能有多个FacebookAppId,想知道是否有更好的方法来解决这个问题。提前感谢任何可以帮助我的人! 最佳答案 尝试以下:listG

Android APK 由于签名异常无法安装-- INSTALL_FAILED_SHARED_USER_INCOMPATIBLE 解决

前景: 在安装第三方APK中会遇到部分已有签名的APK的情况,会有如下的报错信息: adb:failedtoinstallW:\demo.apk:Failure[INSTALL_FAILED_SHARED_USER_INCOMPATIBLE:Packagecouldn'tbeinstalledin/data/app/**********hasnosignaturesthatmatchthoseinshareduserandroid.uid.system;ignoring!]INSTALL_FAILED_SHARED_USER_INCOMPATIBLE:签名文档不一致导致安装失败解决方法: 那么