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
Without changing anything after making new project, when I run the app in android studio, it gives me this error:
java android android-studio
add a comment |
Without changing anything after making new project, when I run the app in android studio, it gives me this error:
java android android-studio
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
add a comment |
Without changing anything after making new project, when I run the app in android studio, it gives me this error:
java android android-studio
Without changing anything after making new project, when I run the app in android studio, it gives me this error:
java android android-studio
java android android-studio
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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