- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已添加 android:exported="true"
到我在 list 中的唯一 Activity ,但在将编译 sdk 和目标 sdk 版本更新为 31 后仍然低于错误。我还尝试重建项目,使缓存无效并重新启动,但这没有帮助
错误- Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
AndroidManifest 文件
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xyz.abc">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application
android:name=".framework.presentation.BaseApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="com.xyz.presentation.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
合并 list 错误
Other Manifest Files (Included in merge, but did not contribute anyelements) firebase-installations:17.0.0 manifest,versionedparcelable:1.1.1 manifest, runtime:1.0.1 manifest,test:core:1.2.0 manifest, loader:1.0.0 manifest, facebook-share:11.1.0manifest, leakcanary:leaksentry:2.0-alpha-3 manifest,material-dialogs:input:3.2.1 manifest, material-icons-extended:1.0.0manifest, play-services-stats:17.0.0 manifest, interpolator:1.0.0manifest, activity-compose:1.3.1 manifest, material-ripple:1.0.0manifest, foundation:1.0.0 manifest, asynclayoutinflater:1.0.0manifest, savedstate-ktx:1.1.0 manifest,navigation-dynamic-features-fragment:2.3.5 manifest,firebase-ui-auth:7.2.0 manifest, animation:1.0.1 manifest,animation-core:1.0.1 manifest, installreferrer:1.0 manifest,firebase-crashlytics:18.0.0 manifest, ui:1.0.1 manifest,lifecycle-viewmodel-savedstate:2.3.1 manifest,play-services-auth-base:17.0.0 manifest, hilt-android:2.35.1 manifest,material-dialogs:core:3.2.1 manifest, AndroidManifest.xml navigationfile, savedstate:1.1.0 manifest, cursoradapter:1.0.0 manifest,sqlite-framework:2.0.1 manifest, room-ktx:2.1.0 manifest,leakcanary-android-core:2.0-alpha-3 manifest, AndroidManifest.xmlnavigation file, media:1.0.0 manifest, coordinatorlayout:1.1.0manifest, legacy-support-core-utils:1.0.0 manifest,lifecycle-runtime:2.3.1 manifest, coil-kt:coil:1.3.1 manifest,ui-tooling-preview:1.0.0 manifest, facebook-core:11.1.0 manifest,core:1.6.0 manifest, material:1.0.0 manifest, firebase-common:20.0.0manifest, documentfile:1.0.0 manifest,lifecycle-viewmodel-compose:2.4.0-beta01 manifest,play-services-base:17.1.0 manifest, ui-tooling-data:1.0.0 manifest,coil-base:1.3.1 manifest, firebase-analytics-ktx:19.0.0 manifest,localbroadcastmanager:1.0.0 manifest, swiperefreshlayout:1.1.0-alpha03manifest, constraintlayout-compose:1.0.0-beta02 manifest,core-ktx:1.6.0 manifest, firebase-database-collection:18.0.0 manifest,coil-compose-base:1.3.1 manifest, activity:1.3.1 manifest,AndroidManifest.xml navigation file, facebook-messenger:11.1.0manifest, print:1.0.0 manifest, customview:1.1.0 manifest,material-icons-core:1.0.0 manifest,play-services-measurement-sdk:19.0.0 manifest, fragment:1.3.4manifest, firebase-appcheck-interop:16.0.0-beta01 manifest,facebook-login:11.1.0 manifest, cardview:1.0.0 manifest,runtime-rxjava2:1.0.0 manifest, viewpager2:1.0.0 manifest,play-services-ads-identifier:17.0.0 manifest,play-services-measurement-impl:19.0.0 manifest,lifecycle-livedata-core:2.3.1 manifest, play-services-safetynet:17.0.0manifest, AndroidManifest.xml navigation file,lifecycle-viewmodel-ktx:2.3.1 manifest, transport-backend-cct:3.0.0manifest, fragment-ktx:1.2.4 manifest, appcompat:1.3.0 manifest,transport-runtime:3.0.0 manifest, lifecycle-livedata-core-ktx:2.2.0manifest, firebase-firestore-ktx:23.0.0 manifest,legacy-support-v4:1.0.0 manifest, play-services-basement:17.1.1manifest, firebase-storage:20.0.0 manifest,play-services-auth-api-phone:17.4.0 manifest,leakcanary-android:2.0-alpha-3 manifest, firebase-auth-interop:20.0.0manifest, lifecycle-viewmodel:2.3.1 manifest, browser:1.0.0 manifest,firebase-auth:21.0.1 manifest, material:1.2.1 manifest,slidingpanelayout:1.0.0 manifest, vectordrawable:1.1.0 manifest,recyclerview:1.1.0 manifest, play-services-auth:19.0.0 manifest,room-runtime:2.1.0 manifest, dagger-lint-aar:2.35.1 manifest,navigation-dynamic-features-runtime:2.3.5 manifest,play-services-measurement-api:19.0.0 manifest,firebase-encoders-json:18.0.0 manifest, sqlite:2.0.1 manifest,facebook-android-sdk:11.1.0 manifest, firebase-components:17.0.0manifest, transport-api:3.0.0 manifest,protolite-well-known-types:18.0.0 manifest, markdown-processor:0.1.3manifest, play-services-measurement-base:19.0.0 manifest,firebase-common-ktx:20.0.0 manifest, activity-ktx:1.3.1 manifest,firebase-crashlytics-ktx:18.0.0 manifest, coil-compose:1.3.1 manifest,multidex:2.0.1 manifest, core-runtime:2.1.0 manifest,fragment-testing:1.2.0 manifest, ui-graphics:1.0.1 manifest,AndroidManifest.xml navigation file, ui-tooling:1.0.0 manifest,grpc-android:1.28.0 manifest, ui-unit:1.0.1 manifest,play-services-measurement:19.0.0 manifest, play:core:1.9.1 manifest,annotation-experimental:1.1.0 manifest,play-services-measurement-sdk-api:19.0.0 manifest,play-services-tasks:17.0.0 manifest, firebase-analytics:19.0.0manifest, facebook-common:11.1.0 manifest, drawerlayout:1.1.1manifest, AndroidManifest.xml navigation file,navigation-compose:2.4.0-alpha09 manifest,facebook-gamingservices:11.1.0 manifest, firebase-firestore:23.0.0manifest, lifecycle-livedata:2.2.0 manifest,legacy-support-core-ui:1.0.0 manifest, test:monitor:1.2.0 manifest,AndroidManifest.xml navigation file, facebook-applinks:11.1.0manifest, viewpager:1.0.0 manifest, ui-geometry:1.0.1 manifest,lifecycle-runtime-ktx:2.3.1 manifest, constraintlayout:2.0.4 manifest,ui-text:1.0.1 manifest, AndroidManifest.xml navigation file,firebase-installations-interop:17.0.0 manifest, transition:1.3.0manifest, foundation-layout:1.0.1 manifest, appcompat-resources:1.3.1manifest, runtime-livedata:1.0.0 manifest, runtime-saveable:1.0.1manifest, firebase-measurement-connector:19.0.0 manifest,vectordrawable-animated:1.1.0 manifest, main nav_graph.xml navigationfile Merging Errors: Error: android:exported needs to be explicitlyspecified for . Apps targeting Android 12 and higher arerequired to specify an explicit value for
android:exported
when thecorresponding component has an intent filter defined. Seehttps://developer.android.com/guide/topics/manifest/activity-element#exportedfor details. Dairy.app main manifest (this file) Error:android:exported needs to be explicitly specified for . Appstargeting Android 12 and higher are required to specify an explicitvalue forandroid:exported
when the corresponding component has anintent filter defined. Seehttps://developer.android.com/guide/topics/manifest/activity-element#exportedfor details. Dairy.app main manifest (this file) Error:android:exported needs to be explicitly specified for . Appstargeting Android 12 and higher are required to specify an explicitvalue forandroid:exported
when the corresponding component has anintent filter defined. Seehttps://developer.android.com/guide/topics/manifest/activity-element#exportedfor details. Dairy.app main manifest (this file)
最佳答案
androidx.test:core
库版本 1.3.0。升级到 1.4.0 版解决了这个问题。
关于添加了 android:exported 但仍然出现错误 需要针对 Android 12 及更高版本的应用程序才能为 android:exported 指定显式值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69287478/
我正在尝试用 C 语言编写一个使用 gstreamer 的 GTK+ 应用程序。 GTK+ 需要 gtk_main() 来执行。 gstreamer 需要 g_main_loop_run() 来执行。
我已经使用 apt-get 安装了 opencv。我得到了以下版本的opencv2,它工作正常: rover@rover_pi:/usr/lib/arm-linux-gnueabihf $ pytho
我有一个看起来像这样的 View 层次结构(基于其他答案和 Apple 的使用 UIScrollView 的高级 AutoLayout 指南): ScrollView 所需的2 个步骤是: 为 Scr
我尝试安装 udev。 udev 在 ./configure 期间给我一个错误 --exists: command not found configure: error: pkg-config and
我正在使用 SQLite 3。我有一个表,forums,有 150 行,还有一个表,posts,有大约 440 万行。每个帖子都属于一个论坛。 我想从每个论坛中选择最新帖子的时间戳。如果我使用 SEL
使用 go 和以下包: github.com/julienschmidt/httprouter github.com/shwoodard/jsonapi gopkg.in/mgo.v2/bson
The database仅包含 2 个表: 钱包(100 万行) 事务(1500 万行) CockroachDB 19.2.6 在 3 台 Ubuntu 机器上运行 每个 2vCPU 每个 8GB R
我很难理解为什么在下面的代码中直接调用 std::swap() 会导致编译错误,而使用 std::iter_swap 编译却没有任何错误. 来自 iter_swap() versus swap() -
我有一个非常简单的 SELECT *用 WHERE NOT EXISTS 查询条款。 SELECT * FROM "BMAN_TP3"."TT_SPLDR_55E63A28_59358" SELECT
我试图按部分组织我的 .css 文件,我需要从任何文件访问文件组中的任何类。在 Less 中,我可以毫无问题地创建一个包含所有文件导入的主文件,并且每个文件都导入主文件,但在 Sass 中,我收到一个
Microsoft.AspNet.SignalR.Redis 和 StackExchange.Redis.Extensions.Core 在同一个项目中使用。前者需要StackExchange.Red
这个问题在这里已经有了答案: Updating from Rails 4.0 to 4.1 gives sass-rails railties version conflicts (4 个答案) 关
我们有一些使用 Azure DevOps 发布管道部署到的现场服务器。我们已经使用这些发布管道几个月了,没有出现任何问题。今天,我们在下载该项目的工件时开始出现身份验证错误。 部署组中的节点显示在线,
Tip: instead of creating indexes here, run queries in your code – if you're missing any indexes, you
你能解释一下 Elm 下一个声明中的意思吗? (=>) = (,) 我在 Elm architecture tutorial 的例子中找到了它 最佳答案 这是中缀符号。实际上,这定义了一个函数 (=>
我需要一个 .NET 程序集查看器,它可以显示低级详细信息,例如元数据表内容等。 最佳答案 ildasm 是 IL 反汇编程序,具有低级托管元数据 token 信息。安装 Visual Studio
我有两个列表要在 Excel 中进行比较。这是一个很长的列表,我需要一个 excel 函数或 vba 代码来执行此操作。我已经没有想法了,因此转向你: **Old List** A
Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。 想要改善这个问题吗?更新问题,以便将其作为on-topi
我正在学习 xml 和 xml 处理。我无法很好地理解命名空间的存在。 我了解到命名空间帮助我们在 xml 中分离相同命名的元素。我们不能通过具有相同名称的属性来区分元素吗?为什么命名空间很重要或需要
我搜索了 Azure 文档、各种社区论坛和 google,但没有找到关于需要在公司防火墙上打开哪些端口以允许 Azure 所有组件(blob、sql、compute、bus、publish)的简洁声明
我是一名优秀的程序员,十分优秀!