4
Answers

Android Deployment Error

Thomas Mapother

Thomas Mapother

13y
2.6k
1
Hello every-one I am start working on android development, the problem is when I am deploying my application every time I need to build the solution as well as application not even once many time I have to build it 2 to 3 time than my application deploying properly otherwise it will gives an error. Can some-body tell me what is the problem...

Thank you....
Answers (4)
0
ytram5

ytram5

NA 135 0 20y
Are you saying that Host=host will change wherever your application is deployed? If so, there are several ways you could implement it. A common way is using an xml configuration file. Using this, there will be a file associated with the executable that will contain the necessary host information to make a connection. If host is all that is changing, you could also just have the host be an argument that is passed to the application upon startup.