googlemap1 플러터에서 androidManifest에 localProperties 값 대입하기 플러터에서 GoogleMap을 사용하려고 GoogleMap API Key를 local.properties에 넣고 build.gradle에서 값을 가져와서 androidManifest에서 사용할 수 있도록 다음과 같은 방법으로 build.gradle에서 값을 가져왔습니다. manifestPlaceholders = [ 'googleMapsApiKey': localProperties['google_maps_api_key'] ] 그런데 다음과 같은 에러가 발생하네요? Attribute application@name at AndroidManifest.xml:5:9-42 requires a placeholder substitution but no value for is provided. 왜 위와 같은 에러가 발생했.. 2023. 8. 8. 이전 1 다음