user1622343
user1622343

Reputation: 969

Codenamone project runs on simulator but not on device

I have built an app with codenameone. Tested on the simulator, everything appears fine. However when I build an app, it does not work well on the device. I use the sqlite database and the app is supposed to download data from the server and put into the local sqlite database. From the behaviour, apparently this is not happening. I have struggled to find a way to debug the app with vey little success. What is the best wy to proceed?

Upvotes: 1

Views: 29

Answers (1)

user1622343
user1622343

Reputation: 969

I have the debug running now on Android Studio. I needed to install build tools version 27 and upgrade the gradle. I should be able to fix this.

Upvotes: 0

Related Questions