[Solved] Android app crashes when moving between activities [duplicate]


You need to register nutritionalInfo activity in manifest as

<activity android:name=".nutritionalInfo"/>

4

solved Android app crashes when moving between activities [duplicate]