About 2,250,000 results
Open links in new tab
  1. Android Studio not showing java class source - Stack Overflow

    Sep 3, 2018 · How can I see source of compile-time android.annotation classes ? For example, when I open source code of android.view.MenuItem class, Android Studio highlights …

  2. Where can I find the source code for classes in the Android SDK?

    May 7, 2015 · The source code for built-in classes (those that are part of the Android SDK) can be viewed by downloading the SDK source code using the SDK Manager. From within Android …

  3. core/java/android/view/View.java - Google Open Source

    * {@link android.view.ViewGroup} subclass is the base class for <em>layouts</em>, which * are invisible containers that hold other Views (or other ViewGroups) and define * their layout …

  4. Java versions in Android builds | Android Studio - Android Developers

    6 days ago · Which JDK compiles my Java source code? The Java toolchain JDK contains the Java compiler used to compile any Java source code. This JDK also runs javadoc and unit …

  5. How to Fix Android Studio Not Displaying Java Class Source Code

    If Android Studio isn't showing the source code for Java classes, it can be frustrating and hinder your development process. This issue often occurs due to several reasons such as improper …

  6. Android Code search - Android Open Source Project

    Apr 28, 2025 · Android Code Search is a tool that helps you view the Android source code as it's laid out when you actually use it. Android Code Search makes it easy to navigate cross …

  7. java-android-studio-project · GitHub Topics · GitHub

    Feb 22, 2024 · Here are 31 public repositories matching this topic... 💙💙 Beautiful Weather 🌧️ Application. A Sample News App written in Java using Android Architecture Components, …

  8. Projects overview | Android Studio | Android Developers

    6 days ago · A project in Android Studio contains everything that defines your workspace for an app, from source code and assets to test code and build configurations.

  9. How can I view Android source code in Android Studio?

    Jun 7, 2016 · I'd like to be able to look at the classes for View, CountDownTimer, etc. Do u mean: select the type, right-click -> goto-> declaration ? It's free to download. Google for it, download …

  10. java - How to get source code for android.jar - Stack Overflow

    Aug 8, 2013 · The source code for Android is at the Android Open Source Project. The source code for the android.jar is mostly in the platform_frameworks_base repo ( GitHub mirror ), but …

Refresh