• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. xarzu

    How do I reset my Android Samsung phone back to factory settings?

    How do I reset my Android Samsung phone back to factory settings? I do not know how or why or what one of my multiple messaging apps has the bug but I am not able to receive a text message from Facebook to reacquire my Facebook account.
  2. xarzu

    Help How Do I download Android Gradle Plugin 7.3?

    How Do I download Android Gradle Plugin 7.4? As I was making this post, this web forum times out and logged me out and all my work was lost. So I am going to save this as I type. For starters, Android Studio is dealing with two kinds of Gradle as seen in the Project Structure: Luckily, I...
  3. xarzu

    Android Studio Build Immediate Fail

    This example code was taken straight from github. I am confident that this code is supposed to build but I suspect something in the compiler of Android Studio has changed, updated, or with a newer version of the Android operating system something needs to be updated in the source code of an...
  4. xarzu

    Apps Client Server Android Apps

    Does anyone know of any code samples/examples of two android apps passing data?
  5. xarzu

    I am looking for an Android Studio Client/Server USB Sample/Example Code

    I am looking for an Android Studio Client/Server USB Sample/Example code. I have gotten a basic Java Based Android Studio App built successfully running through Android Studio and debugged by representing it on a physical Samsung Android device through a USB port. What I would like to do now...
  6. xarzu

    Using insecure protocols with repositories

    I was trying to perform a gradle sync on my Android Studio project and it generated the following error. A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:classpath'. > Using insecure protocols with repositories, without explicit...
  7. xarzu

    Task List

    How do I open the Task list in Android Studio? Is it the same thing as the Gradle window?
  8. xarzu

    Problem Pairing Android Studio to Device by WiFi

    I managed to pair an Andriod Device to Android Studio via WIFI using a QR code. But then I got a "Default Activity Now Found" error when I tried to run my program to the device, I went through the steps to fix that error. And that led me to not only cleaning and rebuilding the project but when...
  9. xarzu

    Which android virutal device is based on ARM system image?

    Android studio has a feature where you can emulate an Android device -- tablet, phone, etc. -- but it crashes the virtual machine (Ubuntu) I am using. Depending on which VM platform I am using, it sometimes lets me know what went wrong. Here are the four options. I like the fourth one. So...
  10. xarzu

    Android Emulator?

    It is time to start testing my app. If I am on a laptop that for some reason refused to recognize my Andrid plugged in, or if for some reason a phone is not handy, is there an emulator available? I am guessing there might not be one.
  11. xarzu

    CMake Outdated in Android Studio

    When running the Gradle Sync command in Android Studio... I get an error message that the CMake is outdated. This happens even if I remove cmake from the command line. So it seems that cmake is embedded into Android Studio. So how do I update cmake if it is part of Android Studio somehow?
  12. xarzu

    What is the best way to build an Android Dev Envoronment on Ubuntu 22.04?

    What is the best way to build an Android Dev Envoronment on Ubuntu 22.04?
  13. xarzu

    gzip files updated leads to patch problems

    Here is the short version: I was having issues with build commands complaining that a couple of .tar.gz files were not true gzip files. So I download the latest versions of zlib.tar.gz and libicon.tar.gz. That seemed to have issues later on, I suspect because the patch commands in some make...
  14. xarzu

    Unable to Install Intel HAXM

    I have gone through the installation of my Androud Studio Setup Wizard and it has an error Unable to install Intel® HAXM Unknown Error Please file a bug against Android Studio. What should I do? Please advise.
  15. xarzu

    Using GIT to get remote code

    I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network. All I have learned from a tutorial is how to set up a local repository, but getting data off of a network repository is knowledge I have yet to stumble upon or learn...