android data binding encoding issue
up vote
4
down vote
favorite
I am trying MVVM architecture in android for the first time.I am trying to use data binding. But I am facing an issue here.
Whenever I am compiling it during building its giving me -1 error or sometimes ArrayIndexOutOfBound
exception.
I've added all gradle stuffs that needed for data binding. I previously had similar problem with another activity layout file then one of my senior android pull it and run it solved the error and that actvity now running smoothly. I asked him what was the issue ...told me encoding issue of first line of xml layout.Space problem. Then i tried many ways in my windows machine the problem persisted with another layout file. Then i saw somewhere someone telling this data binding encoding issue only occurs in windows machine. The same project running on mac or ubuntu ..runs smoothly without any error.
Note: My colleague then confirmed he has ubuntu OS. From then on I am thinking isn't there anyway to solve this encoding issue which occurs in windows machine??
Alas!! My post here in stackoverflow in hope that someone somewhere might have solution for this.
java android mvvm encoding android-databinding
New contributor
add a comment |
up vote
4
down vote
favorite
I am trying MVVM architecture in android for the first time.I am trying to use data binding. But I am facing an issue here.
Whenever I am compiling it during building its giving me -1 error or sometimes ArrayIndexOutOfBound
exception.
I've added all gradle stuffs that needed for data binding. I previously had similar problem with another activity layout file then one of my senior android pull it and run it solved the error and that actvity now running smoothly. I asked him what was the issue ...told me encoding issue of first line of xml layout.Space problem. Then i tried many ways in my windows machine the problem persisted with another layout file. Then i saw somewhere someone telling this data binding encoding issue only occurs in windows machine. The same project running on mac or ubuntu ..runs smoothly without any error.
Note: My colleague then confirmed he has ubuntu OS. From then on I am thinking isn't there anyway to solve this encoding issue which occurs in windows machine??
Alas!! My post here in stackoverflow in hope that someone somewhere might have solution for this.
java android mvvm encoding android-databinding
New contributor
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I am trying MVVM architecture in android for the first time.I am trying to use data binding. But I am facing an issue here.
Whenever I am compiling it during building its giving me -1 error or sometimes ArrayIndexOutOfBound
exception.
I've added all gradle stuffs that needed for data binding. I previously had similar problem with another activity layout file then one of my senior android pull it and run it solved the error and that actvity now running smoothly. I asked him what was the issue ...told me encoding issue of first line of xml layout.Space problem. Then i tried many ways in my windows machine the problem persisted with another layout file. Then i saw somewhere someone telling this data binding encoding issue only occurs in windows machine. The same project running on mac or ubuntu ..runs smoothly without any error.
Note: My colleague then confirmed he has ubuntu OS. From then on I am thinking isn't there anyway to solve this encoding issue which occurs in windows machine??
Alas!! My post here in stackoverflow in hope that someone somewhere might have solution for this.
java android mvvm encoding android-databinding
New contributor
I am trying MVVM architecture in android for the first time.I am trying to use data binding. But I am facing an issue here.
Whenever I am compiling it during building its giving me -1 error or sometimes ArrayIndexOutOfBound
exception.
I've added all gradle stuffs that needed for data binding. I previously had similar problem with another activity layout file then one of my senior android pull it and run it solved the error and that actvity now running smoothly. I asked him what was the issue ...told me encoding issue of first line of xml layout.Space problem. Then i tried many ways in my windows machine the problem persisted with another layout file. Then i saw somewhere someone telling this data binding encoding issue only occurs in windows machine. The same project running on mac or ubuntu ..runs smoothly without any error.
Note: My colleague then confirmed he has ubuntu OS. From then on I am thinking isn't there anyway to solve this encoding issue which occurs in windows machine??
Alas!! My post here in stackoverflow in hope that someone somewhere might have solution for this.
java android mvvm encoding android-databinding
java android mvvm encoding android-databinding
New contributor
New contributor
edited Nov 21 at 6:07
Jeel Vankhede
1,8641214
1,8641214
New contributor
asked Nov 21 at 5:34
Shayan
213
213
New contributor
New contributor
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50
add a comment |
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Shayan is a new contributor. Be nice, and check out our Code of Conduct.
Shayan is a new contributor. Be nice, and check out our Code of Conduct.
Shayan is a new contributor. Be nice, and check out our Code of Conduct.
Shayan is a new contributor. Be nice, and check out our Code of Conduct.
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%2f53405799%2fandroid-data-binding-encoding-issue%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
Please provide the relevant part of your code. Add a Minimal, Complete, and Verifiable example including proper example input/output data.
– Bsquare
Nov 21 at 8:50