Calsign / APDE

Source code for APDE: Create and run Processing sketches on an Android device.
GNU General Public License v2.0
338 stars 76 forks source link

Unable to use raw .java files in new pre-release versions #114

Closed Chuvi-w closed 2 years ago

Chuvi-w commented 2 years ago

A duplicate of #95

When trying to build Examples/Sensors/Compass

Target: debug
Deleted old build folder
Pre-processing…
Writing AndroidManifest.xml…
Writing resources…
Injected log broadcaster
Copying Processing libraries…
Copying dexed Processing libraries…
Copying contributed libraries…
Detected architecture arm64-v8a
Available cores: 8
Copying AAPT…
Changing execution permissions for AAPT…

Packaging resources with AAPT…
/storage/emulated/0/build/support-res/layout/abc_alert_dialog_button_bar_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:scrollIndicators from <ScrollView>
/storage/emulated/0/build/support-res/layout/abc_alert_dialog_button_bar_material.xml: note: using v22 attributes; synthesizing resource processing.test.compass:layout/abc_alert_dialog_button_bar_material for configuration v22.
/storage/emulated/0/build/support-res/layout/abc_screen_toolbar.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:touchscreenBlocksFocus from <android.support.v7.widget.ActionBarContainer>
/storage/emulated/0/build/support-res/layout/abc_screen_toolbar.xml: note: using v21 attributes; synthesizing resource processing.test.compass:layout/abc_screen_toolbar for configuration v21.
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_indicator_material.xml:25: note: removing attribute http://schemas.android.com/apk/res/android:tileModeX from <bitmap>
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_indicator_material.xml: note: using v21 attributes; synthesizing resource processing.test.compass:drawable/abc_ratingbar_indicator_material for configuration v21.
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_material.xml:25: note: removing attribute http://schemas.android.com/apk/res/android:tileModeX from <bitmap>
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_material.xml: note: using v21 attributes; synthesizing resource processing.test.compass:drawable/abc_ratingbar_material for configuration v21.
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_small_material.xml:23: note: removing attribute http://schemas.android.com/apk/res/android:tileModeX from <bitmap>
/storage/emulated/0/build/support-res/drawable/abc_ratingbar_small_material.xml: note: using v21 attributes; synthesizing resource processing.test.compass:drawable/abc_ratingbar_small_material for configuration v21.
Compiling with ECJ…
Compiling: /storage/emulated/0/build/src/processing/test/compass/Compass.java
Unable to find java file: CompassManager.java.java
Unable to find java file: CompassManager.java.java
Unable to find java file: CompassManager.java.java

Compiling with ECJ failed
Finished in 1895ms