android - Application that runs from eclipse on device doesn't run on device alone, what can I do? -
i build application collects info battery. when try run using eclipse debugging mode android device (not emulator) works fine when hit run. when install on device (the apk file) can't run it... strange thing when install open button disabled.
what can determine problem?
check whether have signed application or not?have disabled debug mode in androidmanifest.xml file setting value "false"?
Comments
Post a Comment