Home » Developing U++ » Android » android theide javac options
Re: android theide javac options [message #59253 is a reply to message #58339] |
Sun, 04 December 2022 20:50  |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
At the moment I do not see much value of adding this. Could you be more specify about compiler parameters you want to pass to Android builder? In the context of supporting old phones, everything is configurable through AndroidManifest.xml and uses-sdk statement:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.upp.AndroidMath">
<uses-sdk android:minSdkVersion="21" />
As, you see minSdkVersion determine the target on which your application will work. It is also propagated to ndk, so you have consistency between Java code and native C/C++. If we make decision to support javac parameters it should be done through build method configuration. It is consistent with C/C++ builders.
For GUI programming it is not supported yet. Android Builder is just a first step. It translate our build system to Android one.
Klugier
U++ - one framework to rule them all.
|
|
|
Goto Forum:
Current Time: Sat Apr 26 02:25:40 CEST 2025
Total time taken to generate the page: 0.00978 seconds
|