bład "cannot resolve symbol R" google maps activity w android studio

0

Witam mam mały problem dotyczący błędu zawartego w temacie . W zasadzie próbowałem juz wszystkiego i za bardzo nie wiem w czym jest problem . Czy ktos ma jakies inne rozwiazanie problemu ? Albo miał podobny bądz taki sam ?

PLIK XML

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MapsActivity" >

<fragment
    android:id="@+id/map"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    class="com.google.android.gms.maps.MapFragment" />
</relativelayout>

APP

apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.podla.googlemapsplaytext"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
testImplementation 'junit4.12'
androidTestImplementation 'com.android.support.test🏃1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:mediarouter-v7:28.0.0'
}

1

Build->Clean Project

1

Ewentualnie sczyszczenie cache'a (jest pod File), restart IDE / kompa, w skrajnych przypadkach ubicie Gradle'a, ręczne wycięcie folderów buildowych itp.

Ale skoro "próbowałeś już wszystkiego", logiczne wydawałoby się, że tych recept musiałeś spróbować także.

1 użytkowników online, w tym zalogowanych: 0, gości: 1