LBC100

Results 3 issues of LBC100

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-12 18:30:11.355 ERROR 68730 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...

![image](https://user-images.githubusercontent.com/38514123/70219283-83ef3980-177f-11ea-825a-173154084e74.png)

need reproduce

android.enableAapt2=false 官方的cli生成的项目是能打包编译的. 您的cli生成的项目打包编译保错了.根据网上查的资料添加android.enableAapt2=false,是能解决问题的.但这只是暂时性的,android.enableAapt2=false这个属性2018年年底就要废除了. 请您更新一下这个cli,谢谢