java - Is there any possibilities to have native android code? -


The question is simple: What are the possibilities of native Android code on Neomad? Yes ? How to do this?

I can have the Windows Phone Basic Code, the iOS original code, but how can the Android code be true?

When I am compiling my code, then I only have .apk for Android! No country code explanation?

Thank you / Strong>.

Two ways for this:

  • From the command line: Add Generate Project Option (-gp)
  • With Eclipse: Your NeoMAD Launch Configuration In the Options tab, you must add "-gp" to the Additional command line field.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -