#概要
タイトル記載のエラー文が表示されました。
正直、1つ直したら次は違うのが来て辛いです。
#エラー
ERROR: Execution failed for task ':app:processDebugManifest'.
#怪しい場所
(Manifest.xml)
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.ninsiki">
</manifest><uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.CAMERA" /> <application android:allowBackup="true" android:icon="@drawable/ikon" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".Seartchj" /> <activity android:name=".Cameraus" /> <activity android:name=".Zujt" /> <activity android:name=".zuut" /> <activity android:name=".Zuuo" /> <activity android:name=".Zujon" /> <activity android:name=".howu" /> <activity android:name=".howj" /> <activity android:name=".englishsel" /> <activity android:name=".japanesesel" /> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application>
(build.gradle)
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.example.ninsiki"
minSdkVersion 28
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
buildTypes.each {
it.buildConfigField 'String', 'API_KEY',"(APIキー)"
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:3.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
testImplementation 'junit:junit:4.13-beta-3'
androidTestImplementation 'androidx.test🏃♂️1.3.0-alpha02'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha02'
implementation project(path: ':openCVLibrary343')
}
###試したこと
・いろいろ試した結果、こうなってしまった。
####追記
・何か情報が必要な場合は可能な限り提示します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。