当前位置: 首页 > 知识库问答 >
问题:

AAPT:错误:未找到属性argType(又名com.example.aplikasiforensik:argType)

孟翰藻
2023-03-14

我正在尝试构建我的应用程序

xmlns:android=”http://schemas.android.com/apk/res/android"

xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ChatForm">


<ScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical" >

        <TextView
            android:id="@+id/textView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="TextView" />

        <argument
            android:name="numQuestions"
            app:argType="integer"/>

        <argument
            android:name="numCorrect"
            app:argType="integer"/>

    </LinearLayout>
</ScrollView>

但问题是我在编译过程中遇到了如下错误:

C: \Users\ASUS\AndroidStudioProjects\AplikasiForensik\app\src\main\res\layout\activity\u chat\u form。xml:29:AAPT:error:attribute argType(又名com.example.aplikasiforensik:argType)未找到。

共有1个答案

夏朝
2023-03-14

似乎您需要为安全Args添加依赖项,我在编译时也遇到了同样的问题,但添加依赖项后它只是编译正常,但android工作室的linter无法识别“app: arttype”为有效。

//In top level gradle

buildscript {
    repositories {
        google()
    }
    dependencies {
        def nav_version = "2.3.1"
        classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
    }
}

//In app level gradle

apply plugin: "androidx.navigation.safeargs.kotlin"

然后重新同步gradle文件并运行你的应用程序,希望它能为你工作!

安全参数页面

 类似资料:
  • 执行任务:[: app: assembleDebug] 任务:应用:预构建最新任务:应用:预构建最新任务:应用:预构建最新任务:应用:CompiledBugAidl无源任务:应用:checkDebugManifest最新任务:应用:CompiledBugRenderScript无源任务:应用:GeneratedBugConfig Build最新任务:应用:PrepareNetjar最新任务:应用:

  • 我有一个错误:C:\Users\juan_\AndroidStudioProjects\DermaApp\app\src\main\res\layout\activity_login.xml:33:aapt:error:找不到属性starticcondrawable(又名com.example.example:starticcondrawable)。 错误出现在XML:app:starticond

  • 在最近升级了我的android工作室后,我不能再构建我的项目了。 下面显示了我的gradle.build文件: 如有任何帮助,不胜感激。

  • 我正在尝试构建我的项目的apk,但我得到了: 我不知道这意味着什么,也不知道如何解决,我在网上看到我应该有这条线 在我的应用程序/构建中。但我试过了,没有改变。 我目前使用的插件:

  • 在这里输入图片描述 其他人说「androidx.core:core-ktx:」是问题所在,但我找不到对这个库的依赖

  • 我正试图在我的Android Studio 1.5.1中导入一个项目。我首先删除了'com'的一个错误。Android找不到应用程序,但出现了此错误。在此处输入图像描述 Gradle同步失败:在ProductFlavor_装饰的{name=main,dimension=null,minSdkVersion=DefaultApiVersion{mApiLevel=14,mCodename='null