大约有 3,580 项符合查询结果(耗时:0.0222秒) [XML]

https://stackoverflow.com/ques... 

Jar Mismatch Found 2 versions of android-support-v4.jar in the dependency list

I am trying to create 2 versions of an Android app (free/paid). I have an Android Library that contains files common to both. I created a new Android project and am trying to use the Library but get the error below: ...
https://stackoverflow.com/ques... 

LinearLayout not expanding inside a ScrollView

I have a LinearLayout inside a ScrollView that has android:layout_height="fill_parent" , but it doesn't expand to the full height of the ScrollView . My layout looks something like: ...
https://stackoverflow.com/ques... 

Create an Android Jar library for distribution

I know of Android Library projects, which allow you to create a shared-source project that can be pulled into Android Applications as needed. However, that requires that source be available. ...
https://stackoverflow.com/ques... 

Android emulator shows nothing except black screen and adb devices shows “device offline”

I am just trying to start development in Android. So, the problem is that when I try to launch an emulator by issuing the command emulator @A2 , an emulator comes up on the screen. But even after waiting for as long as 2-3 hrs, all it shows is a black screen. Not even the android home screen or t...
https://stackoverflow.com/ques... 

Difference between ActionBarSherlock and ActionBar Compatibility

...ck gives your application an action bar regardless* of what version of the android API your app is being run on. Action Bar Compatibility gives you the action bar only if the device that you're running on is API level 3.0 or above. *Note that if the device you're running on isn't 3.0 or above, Acti...
https://stackoverflow.com/ques... 

Can't make the custom DialogFragment transparent over the Fragment

...ception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.Window android.app.Dialog.getWindow()' on a null object reference. – CoolMind Aug 16 '16 at 14:10 ...
https://stackoverflow.com/ques... 

Force an Android activity to always use landscape mode

I am using the Android VNC viewer on my HTC G1 . But for some reason, that application is always in landscape mode despite my G1 is in portrait mode. Since the Android VNC viewer is open source, I would like know how is it possible hard code an activity to be 'landscape'. I would like to change i...
https://stackoverflow.com/ques... 

How to scale an Image in ImageView to keep the aspect ratio

In Android, I defined an ImageView 's layout_width to be fill_parent (which takes up the full width of the phone). 25 ...
https://stackoverflow.com/ques... 

How do you set the max number of characters for an EditText in Android?

How do you set the max number of characters for an Android EditText input? I see setMaxLines, setMaxEMS, but nothing for the number of characters. ...
https://stackoverflow.com/ques... 

How to Disable landscape mode in Android?

How can I disable landscape mode for some of the views in my Android app? 31 Answers 3...