After installing the android studio, it start launches but it was stuck in the loading page. I have also tried to add new system variables but it still didnt work. Thanks in advance for the help
NVM
Related
Hi folks!
I'm very new to android studio and android programming. I'm still mostly setting up the workspace and reading some texts to help me get started.
In the process of upgrading the packages in SDK manager a number of items became flagged as 'corrupt' (or words to that effect).
I figured the best response would be to select them via the check box then 'delete packages' - which I did. I was hoping that the SDK manager would then automatically recognize that they were missing and reload new, clean versions... But I was wrong!
They are missing completely and I'm not even sure what they were nor how many. I'm sure one was "ARM EABI..." but I don't know much else...
How do I get back the complete original listing from which I can install afresh what was missing?
Thanks for looking and any help you can give! :good:
Google "android sdk manager adding sdk packages" and the first link should help you out. Apparently, you are missing 3rd party packages and the links you provided before are no longer valid.
Upon trying to install the new Android Studio, I got this error. I can not find anything related to Android on my control panel. I have previously installed the apks, but I believe I have completely removed them. Anyone know how to fix this?
Picture of error is in the attachments.
I recently downloaded and installed Android Studio on my Windows 10 PC. For some reason it doesn't allow me to create a new project.
The only thing that opens when I click File>New>New Project is a white window.
I even reinstalled the app a couple of times. Nothing seems to work.
Please help?
Go to Help -> Show Log and post the output. Also post what Android Studio version you are using.
favorite
I have tried different solutions but none of them seem to work for me. I have installed the latest AS on my Windows 7. Everything downloaded fine(I'm not behind any proxy) However, when I try to create a new Project, after I set the name,Activity name(which I live as default) and finish the settings, a message pops up saying "Gradle Build"; It keeps building but I don't know what it's doing.
I've tried the following steps to fix it: -Deleted .gradle so that it creates a fresh one as the original might be corrupted -Downloaded gradle manually and pointed AS to this -Downloaded gradle zip manually and put it in .gradle>wrapper>dists>2.14.1>numbers>zip file here
Any idea how to fix this?
Thanks
I have an Android APK I made in Unity I am trying to debug in Android Studio. I am not sure what is going wrong but I seem to have hit a wall. I can build the APK from Unity and install it to an Android virtual device or my phone. This works fine.
However, if I try opening the APK in Android Studio through the Profile or Debug APK option, it opens up a new project that looks like this:
https://ibb.co/njhcHR1
To fix the library error, I then select the folder that contains them. Then I go File > Invalidate Caches / Restart.
This takes me to this error if I try to click the green arrow:
https://ibb.co/DC7ppJG
https://ibb.co/1zmGd4z
Which I cannot solve. I have searched online and read people saying it's from not being synced to Gradle, but when I open APKs like this there is no Gradle included. I do have Gradle installed. I have no idea what the problem is. As you can see in Project Settings the SDK is selected.
Any thoughts or ideas?