Activity for LSHpqr
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287254 | Initial revision | — | about 2 years ago |
Question | — |
how do i fix flutter error in build.gradle file android studio `plugins { id 'com.android.application' } android { compileNdk flutter.compileNdkVersion compileOptions{ sourceCompatibility JavaVersion.VERSION18 targetCompatibility JavaVersion.VERSION18 } kotlinOptions{ jvmTarget = "1.8" ... (more) |
— | about 2 years ago |
Comment | Post #287096 |
what do u mean? (more) |
— | about 2 years ago |
Edit | Post #287096 | Initial revision | — | about 2 years ago |
Question | — |
how to remove error? This is my code to create navigation bar ````import React from 'react'; import './App.css'; import{ BrowserRouter, Routes, //replaces "Swiutch" used till v5 Route, }from "react-router-dom"; import Footer from "./components/Footer/Footer"; import Header from "./components/Header/... (more) |
— | about 2 years ago |