0
votes

when i am uploading my app on device using desktop manager ,it shows error that application is not compatible with the device ,how can i fix this bug.I am using latest JDE

1

1 Answers

3
votes

What OS is your 8310 device? I guess it is 4.5.

I am using latest JDE

What API version your app uses? I guess it is OS 6. Make sure your code does not use APIs higher that the OS of the device. E.g. if your 8310 is OS 4.5 device, then make sure the code does not use APIs from OS 4.6/4.6.1/4.7/4.7.1/5.0/6.0/etc. I would recommed to install/use JDE 4.5 to build the project for such device - it will not allow you to build if any unsupported APIs are used in the code (you will also get a message where the problem is located in the code).