files under the build folder are generated and should not be edited error how to resolve it? The Next CEO of Stack OverflowHow do I fix android.os.NetworkOnMainThreadException?Proper use cases for Android UserManager.isUserAGoat()?How do I add a library project to Android Studio?Android Studio: Add jar as library?Building and running app via Gradle and Android Studio is slower than via EclipseRename package in Android Studio“cannot resolve symbol R” in Android StudioError retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23Android Studio: “Please select Android SDK”All com.android.support libraries must use the exact same version specification

How to show a landlord what we have in savings?

Is it OK to decorate a log book cover?

Gauss' Posthumous Publications?

How does a dynamic QR code work?

Is it possible to make a 9x9 table fit within the default margins?

How to pronounce fünf in 45

How can I prove that a state of equilibrium is unstable?

Can you teleport closer to a creature you are Frightened of?

What does this strange code stamp on my passport mean?

My boss doesn't want me to have a side project

Finitely generated matrix groups whose eigenvalues are all algebraic

How should I connect my cat5 cable to connectors having an orange-green line?

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

What is the difference between 'contrib' and 'non-free' packages repositories?

Calculate the Mean mean of two numbers

Find a path from s to t using as few red nodes as possible

How can the PCs determine if an item is a phylactery?

How dangerous is XSS

What happens if you break a law in another country outside of that country?

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Are British MPs missing the point, with these 'Indicative Votes'?

Is there a rule of thumb for determining the amount one should accept for a settlement offer?

Identify and count spells (Distinctive events within each group)

Was the Stack Exchange "Happy April Fools" page fitting with the 90s code?



files under the build folder are generated and should not be edited error how to resolve it?



The Next CEO of Stack OverflowHow do I fix android.os.NetworkOnMainThreadException?Proper use cases for Android UserManager.isUserAGoat()?How do I add a library project to Android Studio?Android Studio: Add jar as library?Building and running app via Gradle and Android Studio is slower than via EclipseRename package in Android Studio“cannot resolve symbol R” in Android StudioError retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23Android Studio: “Please select Android SDK”All com.android.support libraries must use the exact same version specification










0















Without changing anything after making new project, when I run the app in android studio, it gives me this error:
screenshot of error










share|improve this question
























  • seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

    – twenk11k
    Mar 7 at 19:55











  • That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

    – Andreas
    Mar 7 at 19:57











  • i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

    – najam
    Mar 9 at 12:30















0















Without changing anything after making new project, when I run the app in android studio, it gives me this error:
screenshot of error










share|improve this question
























  • seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

    – twenk11k
    Mar 7 at 19:55











  • That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

    – Andreas
    Mar 7 at 19:57











  • i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

    – najam
    Mar 9 at 12:30













0












0








0








Without changing anything after making new project, when I run the app in android studio, it gives me this error:
screenshot of error










share|improve this question
















Without changing anything after making new project, when I run the app in android studio, it gives me this error:
screenshot of error







java android android-studio






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 7 at 20:00









Andreas

79.5k465129




79.5k465129










asked Mar 7 at 19:51









najamnajam

11




11












  • seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

    – twenk11k
    Mar 7 at 19:55











  • That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

    – Andreas
    Mar 7 at 19:57











  • i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

    – najam
    Mar 9 at 12:30

















  • seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

    – twenk11k
    Mar 7 at 19:55











  • That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

    – Andreas
    Mar 7 at 19:57











  • i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

    – najam
    Mar 9 at 12:30
















seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

– twenk11k
Mar 7 at 19:55





seem like you use appcompat-v7/26.0.0-alpha1. Is it correct ?

– twenk11k
Mar 7 at 19:55













That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

– Andreas
Mar 7 at 19:57





That is not an error. It a warning, letting you know that you shouldn't modify that XML file, as any change is likely to be discarded if you do a clean build.

– Andreas
Mar 7 at 19:57













i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

– najam
Mar 9 at 12:30





i dont know about that but i am not making any changes all i am doing is creating a new project and then just running it

– najam
Mar 9 at 12:30












1 Answer
1






active

oldest

votes


















0














This error may be caused by wrong support library version. If you are using androidx dependency, try to change to support lib.
Also, you are seeing the auto-generated xml file. You must declare your own xml file in your project folder.






share|improve this answer























  • i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

    – najam
    Mar 9 at 12:35











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55051810%2ffiles-under-the-build-folder-are-generated-and-should-not-be-edited-error-how-to%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














This error may be caused by wrong support library version. If you are using androidx dependency, try to change to support lib.
Also, you are seeing the auto-generated xml file. You must declare your own xml file in your project folder.






share|improve this answer























  • i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

    – najam
    Mar 9 at 12:35















0














This error may be caused by wrong support library version. If you are using androidx dependency, try to change to support lib.
Also, you are seeing the auto-generated xml file. You must declare your own xml file in your project folder.






share|improve this answer























  • i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

    – najam
    Mar 9 at 12:35













0












0








0







This error may be caused by wrong support library version. If you are using androidx dependency, try to change to support lib.
Also, you are seeing the auto-generated xml file. You must declare your own xml file in your project folder.






share|improve this answer













This error may be caused by wrong support library version. If you are using androidx dependency, try to change to support lib.
Also, you are seeing the auto-generated xml file. You must declare your own xml file in your project folder.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 7 at 20:15









rperatellorperatello

11




11












  • i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

    – najam
    Mar 9 at 12:35

















  • i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

    – najam
    Mar 9 at 12:35
















i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

– najam
Mar 9 at 12:35





i dont know anything bout that i downloded some tutorial and in that tutorial the version i am using of android studio is 1.1.0 and now i all i am doing is making new project and trying to run it but it giving me same error

– najam
Mar 9 at 12:35



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55051810%2ffiles-under-the-build-folder-are-generated-and-should-not-be-edited-error-how-to%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved