Android application does not run in simulator or hardware

My application is used to run, but lately I get this odd error:

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

How can I run my application again in the simulator or on my phone?

+3
source share
1 answer

I accidentally used it as a Java application instead of an Android application. To blame. Do not make my mistake young grasshoppers.

+6
source

All Articles