How to Make Android Apps 6

Fix Android Studio ErrorsIn this tutorial I’ll show you how to fix Android Studio errors that you guys are having trouble with. I’ll also show how to pass objects between screens in Android.

I show how to set up Android Studio 0.8, show the files you need to install in the SDK Manager, and how to set up a working Android Virtual Device. I’ll also show how to fix the UIDs are inconsistent error. You can download Android Studio here. All the code used follows the tutorial below.

If you like videos like this, it helps to submit to Google Plus with a click here [googleplusone]

If you want a chance to win a Samsung Galaxy Note 3 and Galaxy Gear Smart Watch check out my new contest.

All of the Code from the Video

This code is in addition to the code covered in part 5 of my How to Make Android Apps tutorial.

build.gradle

Human.java

MainActivity.java

SecondScreen.java

7 thoughts on “How to Make Android Apps 6”

  1. Hey, derek,
    I’m happy to say that I’m finally on board with your android tutorials. I was having issues installing updates to the android sdk on my windows computer, so I scalped it to get a Mac. However, I get this issue every time I try and run a program using the build in emulator:

    WARNING: linker: libdvm.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    pkg: /data/local/tmp/com.example.augustwhitlock.firstmacapp
    Failure [INSTALL_FAILED_OLDER_SDK]

    Do you have a solution for this?

  2. Hi Derek, im a student and was on YouTube and saw how easy you explain your Android tutorials. I have been looking for an app I could make for my local police station, I just started getting interested in android development two months ago and having a lot of problems coding. I saw an app called nypd on Google play and its just want im looking for. Please help me development this app.PLEASE. I will constantly be on your YouTube channel learning more from you. Thank you

      1. Thank you so much Derek,app inventor is far more understandable. im just having problems with multiple screens and mapping out my location to the nearest station. and also creating a next screen photo gallery with details. do you have tuts for that.again thank you for helping us be better

  3. Hey Derek, u r doing excellent work! Thank you for your videos!

    May i ask for your help?
    After upgrading Android Studio in 0.8 (Win 8.1 Pro, Jdk 1.7) my gradle went crazy :

    In everything i do it goes like ” Gradle project refresh failed… Error:Protocol family unavailable”

    Any help to that?

    Thx in advance!

    1. It is best to hold off on upgrades for Android Studio since it is still Beta. Downgrade and you should be fine. Always avoid canary builds and stick with developer builds.

Leave a Reply

Your email address will not be published. Required fields are marked *