Sheehan Alam
Sheehan Alam

Reputation: 60909

Android app doesn't launch in simulator or hardware

My app used to run, but lately I've been getting this odd error:

#  guarantee(_name_index != 0 && _signature_index != 0) failed: bad constant pool index for fieldDescriptor

How can I get my app to run in the simulator or on my phone again?

Upvotes: 3

Views: 1975

Answers (1)

Sheehan Alam
Sheehan Alam

Reputation: 60909

I was accidentally running it as a Java app instead of an Android app. My bad. Don't make my mistake young grasshoppers.

Upvotes: 6

Related Questions