WearableListenerService onMessageReceived is not called on device
Oh, good god.. I figured out my problem. I THOUGHT the applicationId was the same, but it turned out that I never set up build flavors on the wear module, so the two applicationIds were actually com.example.android
and com.example.android.dev
..
Hope this helps other people who ran into the same problem as me :\