python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter Android build fails with 'AAPT: error: attribute 'android:name' in <application> tag must be a valid Java class name.'
I upgraded to the latest Flutter version.
Afterwards it started giving the error...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Warning
─────────────────────────────...
Scorb
Votes: 0
Answers: 1
Is there a way to make my android device display the xml layout on the fly?
I am starting to learn android (through the busy coder's guide book) and I prefer using the commandline tools over the IDE and it's going well so far (in chapter 12 now)
But I am wondering If i can au...
Susano
Votes: 0
Answers: 1
Cannot run Flutter plugin: AAPT: error: unexpected element <uses-native-library>
I actually create my first android native plugin for flutter. This plugin will be use to implement a hardware android dependency (camera kit who use arcore and camera stream for virtual reallity).
Thi...

jeremie dupas
Votes: 0
Answers: 1
I want to use one core library with different versions of JUMIO SDK for different purposes but I'm getting following error
Below are the dependencies that I'm using
implementation "com.jumio.android:core:4.0.0"
implementation "com.jumio.android:core:3.9.2"
implementation "com.jumio.android:linefin...
Rushikesh Birwatkar
Votes: 0
Answers: 0