Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
434 views
in Technique[技术] by (71.8m points)

codenameone - Successfully show form in simulator but failed in my android mobile phone

Our app shows a form(BestBuyFrm) through the following procedures every time when a user click a button in the main form.

BestBuyFrm bbf = new BestBuyFrm(bpo,pm);
bbf.getToolbar().setBackCommand("", e -> this.showBack());
bbf.show();

Our app shows BestBuyFrm successfully in simulator but doesn't show BestBuyFrm after I deploy and run our app in my android mobile phone.

Thanks for any help.

Daniel


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...