I cannot find a TextView by calling findViewById(), even though the ID does exist.
TextView
findViewById()
OtherActivity:
OtherActivity
public class
I actually just had this problem it was caused by now having build automatically checked. Just either build your project manually or click build automatically and that should solve your problem!