Questions tagged «android»

Android是Google的移动操作系统,用于对数字设备(智能手机,平板电脑,汽车,电视,Wear,Glass和IoT)进行编程或开发。对于与Android相关的主题,请使用特定于Android的标签,例如android-intent,android-activity,android-adapter等。对于与开发或编程无关但与Android框架相关的问题,请使用以下链接:https:// android.stackexchange.com。

30
清单合并失败,Android Studio中出现多个错误
因此,我是Android和Java的初学者。我刚刚开始学习。今天在尝试Intent时,我遇到了一个错误。 Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple errors, see logs 我在这里找到了一些解决方案,并尝试实施它们,但是没有用。 这是我的build.gradle: apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.0" defaultConfig { applicationId "com.example.rohan.petadoptionthing" minSdkVersion 10 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } …
249 android  xml 



23
无法将“ adb”识别为内部或外部命令,可操作程序或批处理文件
我正在尝试在模拟器上运行google map v2,我正在按照本教程进行操作。当我尝试在模拟器上安装所需的apk文件时,出现以下错误。 我尝试使用本教程解决此问题。完成所有步骤,然后将paltform-tools的路径添加到环境路径。同样,在修改PATH变量之后,将启动一个新的CommandPrompt窗口。 但是得到同样的错误。我需要在模拟器上检查我的Google Map应用程序。请建议我。 'adb' is not recognized as an internal or external command, operable program or batch file.
249 android  batch-file  adb 

9
不支持的方法:BaseConfig.getApplicationIdSuffix()
因此,我正在阅读面向程序员的Android 6:一种应用程序驱动方法和前两个应用程序示例,这些示例都没有问题,这一次,当我将FlagQuiz示例加载到Android Studio 3.0 Canary-3中时,出现此错误,不让我建立专案: 错误:不支持的方法:BaseConfig.getApplicationIdSuffix()。您连接到的Gradle版本不支持该方法。要解决该问题,您可以更改/升级您连接到的Gradle的目标版本。或者,您可以忽略此异常并从模型中读取其他信息。 您可以从此处的书本网站下载源代码,以使用与我测试相同的代码库进行测试。

28
“需要版本2.10。” 错误
因为我一直在使用 classpath 'com.android.tools.build:gradle:+' 在build.gradle文件中,由于出现以下错误 gradle 2.10版发布。错误是: 警告:需要版本2.10。当前版本是2.8。如果使用gradle包装器,请尝试将C:\ Users \ blahblah \ myproject \ gradle \ wrapper \ gradle-wrapper.properties中的distributionUrl编辑为gradle-2.10-all.zip 首先,使用指南看起来很容易解决,但是当我完成更改后,又遇到了错误。 我将Android Studio 2.0与最新的Android SDK工具24.4.1和Android SDK构建工具23.0.2结合使用 我什至尝试下载Gradle 2.10并将其手动放置在android-studio \ gradle \文件夹中,但没有运气。 任何帮助,将不胜感激。

8
如何防止自定义视图因屏幕方向变化而丢失状态
我已经成功实现onRetainNonConfigurationInstance()了主要功能,Activity可以在屏幕方向变化中保存和还原某些关键组件。 但是似乎,当方向改变时,我的自定义视图正在从头开始创建。这是有道理的,尽管对我而言这很不方便,因为相关的自定义视图是X / Y图,并且绘制的点存储在自定义视图中。 是否有巧妙的方法来实现类似于onRetainNonConfigurationInstance()自定义视图的内容,还是只需要在自定义视图中实现允许我获取并设置其“状态”的方法?


6
“ | =”是什么意思?(管道等于运算符)
我尝试使用Google搜索和堆栈溢出进行搜索,但未显示任何结果。我已经在开源库代码中看到了这一点: Notification notification = new Notification(icon, tickerText, when); notification.defaults |= Notification.DEFAULT_SOUND; notification.defaults |= Notification.DEFAULT_VIBRATE; “ | =”(pipe equal operator)是什么意思?
248 java  android  operators 



18
是否有可能在android linearlayout的宽度上均匀分布按钮
我有一个线性布局(水平放置),其中包含3个按钮。我希望3个按钮具有固定的宽度,并在线性布局的宽度上均匀分布。 我可以通过将linearlayout的重力设置为居中,然后调整按钮的填充来管理此问题,但这对于固定宽度有效,而对于更改设备或方向无效。 <LinearLayout android:id="@+id/LinearLayout01" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_width="fill_parent" android:gravity="center"> <Button android:id="@+id/btnOne" android:layout_width="wrap_content" android:layout_height="wrap_content" android:width="120dip"></Button> <Button android:id="@+id/btnTwo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:width="120dip"></Button> <Button android:id="@+id/btnThree" android:layout_width="wrap_content" android:layout_height="wrap_content" android:width="120dip"></Button> </LinearLayout>

9
Android SDK文件夹占用大量磁盘空间。我们是否需要保留所有系统映像?
这里有大量的系统映像的我在Android SDK文件夹盘上堆放。我几乎不使用模拟器。可能是6个月一次。我的大部分开发工作都直接在设备上进行。我要检查的是,删除系统映像(至少对于旧的APIS,即<22)是否会影响开发? 另外,如下所示的google apis文件夹。我应该保留所有版本还是仅保留最新版本中的一个? 上面的截图来自WinDirStat工具。- https://windirstat.net

9
Android LinearLayout渐变背景
我在将渐变背景应用于LinearLayout时遇到问题。 根据我所读的内容,这应该相对简单,但似乎不起作用。作为参考,我正在开发2.1-update1。 header_bg.xml: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:angle="90" android:startColor="#FFFF0000" android:endColor="#FF00FF00" android:type="linear"/> </shape> main_header.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="50dip" android:orientation="horizontal" android:background="@drawable/header_bg"> </LinearLayout> 如果我将@ drawable / header_bg更改为一种颜色-例如#FF0000,则可以正常工作。我在这里错过明显的东西吗?

21
从现有源创建新项目时,Eclipse“无效的项目描述”
我正在尝试从现有的源代码创建一个新项目。我不断收到以下错误:“无效的项目描述”,项目路径“与另一个项目的位置重叠”,并且名称相同。原因是我之前从源代码创建了该项目,但是随后又删除了该项目并删除了整个目录,然后再次添加了源代码目录。我尝试了诸如清理和重新启动之类的所有操作,但没有任何效果。我在工作区目录中查找,但是没有旧项目的跟踪。围绕这个问题有几个问题,例如“ 尝试Android记事本教程-练习1-更多问题”,但是没有一个答案对我有用!
246 android  eclipse 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.