Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 155 Vote(s) - 3.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find androidManifest flutter

#1
This might be a very stupid question, but where do i find the AndroidManifest.xml?

I'm using IntelliJ and I'm trying to add a Google-map to my Flutter project.

I have read

[To see links please register here]


[To see links please register here]


[To see links please register here]


and more...


As I understand it, I should find something like this:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.myapp"
android:versionCode="1"
android:versionName="1.0" >
...
</manifest>

But I only find this:

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration>

I'm really sorry if the question is stupid, but it's a problem for me

Thanks
Reply

#2
You can find like this.

myproject/android/app/src/main/AndroidManifest.xml
Reply

#3
Look in:

*projectFolder*/android/app/src/main/AndroidManifest.xml
Reply

#4
The above answer is correct, but you may also use the below shortcut key to quickly search AndroidManifest.xml file.

First:
- In Windows <kbd>ctrl</kbd> + <kbd>p</kbd>
- In Mac <kbd>cmd</kbd> + <kbd>p</kbd>

Then:
- type AndroidManifest.xml in the search box & select the one with `android/app/src/main/` file path
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through