Manifest Merger failed with multiple errors in Android Studio

Open application manifest (AndroidManifest.xml) and click on Merged Manifest tab on bottom of your edit pane. Check the image below: From image you can see Error in the right column, try to solve the error. It may help some one with the same problem. Read more here. Also, once you found the error and if you get that error from external … Read more

Unsupported method: BaseConfig.getApplicationIdSuffix()

Alright I figured out how to fix this issue. Open build.gradle and change the gradle version to the recommended version:classpath ‘com.android.tools.build:gradle:1.3.0’ toclasspath ‘com.android.tools.build:gradle:2.3.2’ Hit ‘Try Again’ In the messages box it’ll say ‘Fix Gradle Wrapper and re-import project’ Click that, since the minimum gradle version is 3.3 A new error will popup and say The SDK Build Tools revision (23.0.1) is … Read more

Android Completely transparent Status Bar?

All you need to do is set these properties in your theme: Your activity / container layout you wish to have a transparent status bar needs this property set: It is generally not possible to perform this for sure on pre-kitkat, looks like you can do it but some strange code makes it so. EDIT: I … Read more

What’s LazyList?

Lazy List is lazy loading of images from sd-card or from server using urls. It is like on demand loading of images. Images can be cached to a local sd-card or your phone’s memory. URL is considered the key. If the key is present in the sd-card, images get displayed from sd-card, otherwise it downloads the … Read more

ImageView in circular through XML

You can make a simple circle with white border and transparent content with shape. Then make a layerlist drawable and put it as background to your imageview. and put it as background to your imageview. You’ll have something like that.

Android Studio AVD – Emulator: Process finished with exit code 1

These are known errors from libGL and libstdc++ You can quick fix this by change to use Software for Emulated Performance Graphics option, in the AVD settings. Or try to use the libstdc++.so.6 (which is available in your system) instead of the one bundled inside Android SDK. There are 2 ways to replace it: The emulator has a switch -use-system-libs. You can found it here: ~/Android/Sdk/tools/emulator … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)