When I upgraded version of Android Studio 1.5.1 for Play Services 29, the main action (as well as the Android manifest) in my existing project was automatically updated to include the application indexing template code. The immutable template code then threw an exception in the onStart activity (when I realized that it was added). I am developing development code and do not want to redirect.
How to prevent this automatic generation in the future?
This question is similar to the question: What is the new generated code "It was automatically generated to implement the application indexing API."?
However, I don't care what it is right now - I want it to not darken my door the next time I update Android Studio.
Thanks!
source
share