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

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

How to fix: android.app.RemoteServiceException: Bad notification posted from package *: Couldn't cre

... android.app.RemoteServiceException: Bad notification posted I had the same issue, but I was resolved. My problem is ".xml file" of Remote view. In my xml file I was added one View in between the LinearLayout for divider. &...
https://stackoverflow.com/ques... 

Setting Android Theme background color

... made a really silly mistake. The device I am using for testing is running Android 4.0.4, API level 15. The styles.xml file that I was editing is in the default values folder. I edited the styles.xml in values-v14 folder and it works all fine now. ...
https://stackoverflow.com/ques... 

Get battery level and state in Android

...ring for it with Context.registerReceiver(). – class Android May 6 '15 at 11:44 2 @classAndroid w...
https://stackoverflow.com/ques... 

Error type 3 Error: Activity class {} does not exist

I have an IntelliJ Android project, that I successfully imported to Android Studio 0.4.0. It works perfectly if I don't change anything in manifest. However, when I want to change the launcher activity and run, it fails with this error: ...
https://stackoverflow.com/ques... 

Facebook Android Generate Key Hash

Trying to create an android app with Facebook integration, I've gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following code ...
https://stackoverflow.com/ques... 

How to have Android Service communicate with Activity

I'm writing my first Android application and trying to get my head around communication between services and activities. I have a Service that will run in the background and do some gps and time based logging. I will have an Activity that will be used to start and stop the Service. ...
https://stackoverflow.com/ques... 

EditText maxLines not working - user can still input more lines than set

... <EditText android:id="@+id/edit_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" android:maxLines="1" /> You just need to make sure you have the attribute "in...
https://stackoverflow.com/ques... 

Bad class file magic or version

...this error message when compiling a pure java module as a dependency of my android project. build.gradle of the java module apply plugin: 'java' Solution #1: Quick an dirty I fixed it by setting my JAVA_HOME back to 1.7: export JAVA_HOME=`/usr/libexec/java_home -v 1.7` Solution #2: change co...
https://stackoverflow.com/ques... 

How can I dynamically set the position of view in Android?

... from the docs of setTop()developer.android.com/reference/android/view/…: sets the top position of this view relative to its parent. This method is meant to be called by the layout system and should not generally be called otherwise, because the property may ...
https://stackoverflow.com/ques... 

Android device does not show up in adb list [closed]

...e proper %SingleAdbInterface% and %CompositeAdbInterface% entries to the android_winusb.inf file, I now see "Android ADB Interface" in my Device Manager. However, running adb devices at the command-line does not show the device. ...